]> git.mxchange.org Git - friendica.git/commitdiff
Merge branch 'task/httprequest_optimiziations' of https://github.com/nupplaphil/frien...
authorPhilipp <admin@philipp.info>
Wed, 25 Aug 2021 16:01:34 +0000 (18:01 +0200)
committerPhilipp <admin@philipp.info>
Wed, 25 Aug 2021 16:01:34 +0000 (18:01 +0200)
src/Network/IHTTPClient.php

index d0220d2c967a3f8d85633b9f08685b7517a5e551..f7064e1c0ff9394d4465583ed4756b816411a651 100644 (file)
@@ -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