Requests
Methods
1 to 26 of 26
- Requests::__construct() – This is a static class, do not instantiate it
- Requests::add_transport() – Register a transport
- Requests::compatible_gzinflate() – Decompression of deflated string while staying compatible with the majority of servers.
- Requests::decode_chunked() – Decoded a chunked body as per RFC 2616
- Requests::decompress() – Decompress an encoded body
- Requests::delete() – Send a DELETE request
- Requests::flatten() – Convert a key => value array to a ‘key: value’ array for headers
- Requests::flattern() – Convert a key => value array to a ‘key: value’ array for headers
- Requests::get_certificate_path() – Get default certificate path.
- Requests::get_default_options() – Get the default options
- Requests::get_transport() – Get a working transport
- Requests::get() – Send a GET request
- Requests::head() – Send a HEAD request
- Requests::match_domain() –
- Requests::options() – Send an OPTIONS request
- Requests::parse_multiple() – Callback for `transport.internal.parse_response`
- Requests::parse_response() – HTTP response parser
- Requests::patch() – Send a PATCH request
- Requests::post() – Send a POST request
- Requests::put() – Send a PUT request
- Requests::register_autoloader() – Register the built-in autoloader
- Requests::request_multiple() – Send multiple HTTP requests simultaneously
- Requests::request() – Main interface for HTTP requests
- Requests::set_certificate_path() – Set default certificate path.
- Requests::set_defaults() – Set the default values
- Requests::trace() – Send a TRACE request