File: wp-includes/class-requests.php
-
Decompression of deflated string while staying compatible with the majority of servers.
-
methodRequests::match_domain()
-
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
-
methodRequests::set_defaults()
Set the default values
-
HTTP response parser
-
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
-
Get default certificate path.
-
Set default certificate path.
-
methodRequests::put()
Send a PUT request
-
Register a transport
-
Get a working transport
-
methodRequests::get()
Send a GET request
-
methodRequests::head()
Send a HEAD request
-
methodRequests::delete()
Send a DELETE request
-
methodRequests::trace()
Send a TRACE request
-
methodRequests::post()
Send a POST request
-
classRequests
Requests for PHP
-
methodRequests::__construct()
This is a static class, do not instantiate it
-
methodRequests::autoloader()
Deprecated autoloader for Requests.
-
Register the built-in autoloader