@package: Requests
-
classRequests
Requests for PHP
-
methodAutoload::load()
Autoloader.
-
classHeaders
Case-insensitive dictionary, suitable for HTTP headers
-
methodHeaders::offsetGet()
Get the given header
-
methodHeaders::offsetSet()
Set the given item
-
methodHeaders::getValues()
Get all values for a given header
-
methodHeaders::flatten()
Flattens a value into a string
-
methodHeaders::getIterator()
Get an iterator for the data
-
methodAutoload::register()
Register the autoloader.
-
classAutoload
Autoloader for Requests for PHP.
-
Get the correct “Expect” header for the given request data.
-
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/Utility/FilteredIterator.php:53
-
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/Utility/FilteredIterator.php:60
-
Used by 0 functions | Uses 0 functions | Source: wp-includes/Requests/Utility/FilteredIterator.php:62
-
Decompression of deflated string while staying compatible with the majority of servers.
-
methodRequests::match_domain()
-
methodRequests::set_defaults()
Set the default values
-
HTTP response parser
-
Callback for `transport.internal.parse_response`
-
Decoded a chunked body as per RFC 2616
-
methodRequests::flatten()
Convert a key => value array to a ‘key: value’ array for headers
-
methodRequests::flattern()
Convert a key => value array to a ‘key: value’ array for headers
-
methodRequests::decompress()
Decompress an encoded body
-
Get default certificate path.
-
Set default certificate path.
-
methodRequests::options()
Send an OPTIONS request
-
methodRequests::patch()
Send a PATCH request
-
methodRequests::request()
Main interface for HTTP requests
-
Send multiple HTTP requests simultaneously
-
Get the default options