Send a TRACE request
Requests::decompress
Decompress an encoded body
Requests::post
Send a POST request
Requests::compatible_gzinflate
Decompression of deflated string while staying compatible with the majority of servers.
Advertisement
Requests::put
Send a PUT request
Requests::options
Send an OPTIONS request
Requests::patch
Send a PATCH request
Requests::request
Main interface for HTTP requests
Advertisement
Requests::request_multiple
Send multiple HTTP requests simultaneously
Requests::get_default_options
Get the default options
Requests::__construct
This is a static class, do not instantiate it
Requests::get_certificate_path
Get default certificate path.
Advertisement
Requests::flattern
Convert a key => value array to a ‘key: value’ array for headers
Requests::decompress
Decompress an encoded body
Requests::compatible_gzinflate
Decompression of deflated string while staying compatible with the majority of servers.