]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/IHTTPRequest.php
Removed completely un-used 'http_auth' option from HTTPRequest
[friendica.git] / src / Network / IHTTPRequest.php
index a1c7730caf55ed3efb86bb96cdad92df241fd48f..6c839dd3d9851642ea4b988762a33f58ee79b974 100644 (file)
@@ -63,7 +63,6 @@ interface IHTTPRequest
         * @param array  $opts       (optional parameters) assoziative array with:
         *                           'accept_content' => supply Accept: header with 'accept_content' as the value
         *                           'timeout' => int Timeout in seconds, default system config value or 60 seconds
-        *                           'http_auth' => username:password
         *                           'novalidate' => do not validate SSL certs, default is to validate using our CA list
         *                           'cookiejar' => path to cookie jar file
         *                           'header' => header array
@@ -79,7 +78,6 @@ interface IHTTPRequest
         * @param array  $opts       (optional parameters) assoziative array with:
         *                           'accept_content' => supply Accept: header with 'accept_content' as the value
         *                           'timeout' => int Timeout in seconds, default system config value or 60 seconds
-        *                           'http_auth' => username:password
         *                           'novalidate' => do not validate SSL certs, default is to validate using our CA list
         *                           'cookiejar' => path to cookie jar file
         *                           'header' => header array