cURL HTTP transport
Methods
Name | Description |
---|---|
Requests_Transport_cURL::__construct | Constructor |
Requests_Transport_cURL::__destruct | Destructor |
Requests_Transport_cURL::format_get | Format a URL given GET data |
Requests_Transport_cURL::get_expect_header | Get the correct “Expect” header for the given request data. |
Requests_Transport_cURL::get_subrequest_handle | Get the cURL handle for use in a multi-request |
Requests_Transport_cURL::process_response | Process a response |
Requests_Transport_cURL::request | Perform a request |
Requests_Transport_cURL::request_multiple | Send multiple requests simultaneously |
Requests_Transport_cURL::setup_handle | Setup the cURL handle for the given data |
Requests_Transport_cURL::stream_body | Collect data as it’s received |
Requests_Transport_cURL::stream_headers | Collect the headers as they are received |
Requests_Transport_cURL::test | Whether this transport is valid |
User Contributed Notes
You must log in before being able to contribute a note or feedback.