class Requests_Transport_cURL {}

In this article

cURL HTTP transport

Methods

NameDescription
Requests_Transport_cURL::__constructConstructor
Requests_Transport_cURL::__destructDestructor
Requests_Transport_cURL::format_getFormat a URL given GET data
Requests_Transport_cURL::get_expect_headerGet the correct “Expect” header for the given request data.
Requests_Transport_cURL::get_subrequest_handleGet the cURL handle for use in a multi-request
Requests_Transport_cURL::process_responseProcess a response
Requests_Transport_cURL::requestPerform a request
Requests_Transport_cURL::request_multipleSend multiple requests simultaneously
Requests_Transport_cURL::setup_handleSetup the cURL handle for the given data
Requests_Transport_cURL::stream_bodyCollect data as it’s received
Requests_Transport_cURL::stream_headersCollect the headers as they are received
Requests_Transport_cURL::testWhether this transport is valid

Source

User Contributed Notes

You must log in before being able to contribute a note or feedback.