]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/IHTTPRequest.php
Issue 9657: Check the age of an item
[friendica.git] / src / Network / IHTTPRequest.php
index a1c7730caf55ed3efb86bb96cdad92df241fd48f..8927941e813594672e49d6ca7bc2b5075456cc96 100644 (file)
@@ -63,8 +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,8 +77,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
         *