From: Philipp Date: Wed, 25 Aug 2021 16:01:34 +0000 (+0200) Subject: Merge branch 'task/httprequest_optimiziations' of https://github.com/nupplaphil/frien... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=81ad6184809b899b37d4628e556296161a8609c0;hp=4ddaf49f537b6e79aac3f11f98440329aa3221c5;p=friendica.git Merge branch 'task/httprequest_optimiziations' of https://github.com/nupplaphil/friendica into task/httprequest_optimiziations --- diff --git a/src/Network/IHTTPClient.php b/src/Network/IHTTPClient.php index d0220d2c96..f7064e1c0f 100644 --- a/src/Network/IHTTPClient.php +++ b/src/Network/IHTTPClient.php @@ -60,7 +60,7 @@ interface IHTTPClient * Send a HEAD to an URL. * * @param string $url URL to fetch - * @param array $opts (optional parameters) assoziative array with: + * @param array $opts (optional parameters) associative array with: * 'accept_content' => (string array) supply Accept: header with 'accept_content' as the value * 'timeout' => int Timeout in seconds, default system config value or 60 seconds * 'cookiejar' => path to cookie jar file @@ -74,7 +74,7 @@ interface IHTTPClient * Send a GET to an URL. * * @param string $url URL to fetch - * @param array $opts (optional parameters) assoziative array with: + * @param array $opts (optional parameters) associative array with: * 'accept_content' => (string array) supply Accept: header with 'accept_content' as the value * 'timeout' => int Timeout in seconds, default system config value or 60 seconds * 'cookiejar' => path to cookie jar file