Requests::get_transport
Get a working transport
Requests::parse_multiple
Callback for `transport.internal.parse_response`
Requests::get
Send a GET request
Advertisement
Requests::decode_chunked
Decoded a chunked body as per RFC 2616
Requests::head
Send a HEAD request
Requests::flatten
Convert a key => value array to a ‘key: value’ array for headers
Requests::delete
Send a DELETE request
Advertisement
Requests::trace
Send a TRACE request
Requests::post
Send a POST request
Requests::put
Send a PUT request
Requests::options
Send an OPTIONS request
Advertisement
Requests::patch
Send a PATCH request
Requests::request
Main interface for HTTP requests
Requests::request_multiple
Send multiple HTTP requests simultaneously