]> git.mxchange.org Git - friendica.git/commitdiff
Removed completely un-used 'http_auth' option from HTTPRequest
authorPhilipp <admin@philipp.info>
Sun, 18 Oct 2020 20:19:03 +0000 (22:19 +0200)
committerPhilipp <admin@philipp.info>
Sun, 18 Oct 2020 20:19:03 +0000 (22:19 +0200)
src/Network/IHTTPRequest.php
src/Util/HTTPSignature.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
index 61e95a52cc03b79cc39b29a44d26090ec2783ba4..4d6ae7e90c53b1ff6392114e7e017e725cdfcba4 100644 (file)
@@ -403,7 +403,6 @@ class HTTPSignature
         * @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
         *                         'nobody' => only return the header
         *                         'cookiejar' => path to cookie jar file