wp-includes/Requests/Transport/cURL.php
Lines:
1 to 22 of 22
<?php /** * cURL HTTP transport * * @package Requests * @subpackage Transport */ /* class Requests_Transport_cURL */ /* function Requests_Transport_cURL::__construct() – Constructor */ /* function Requests_Transport_cURL::__destruct() – Destructor */ /* function Requests_Transport_cURL::request() – Perform a request */ /* function Requests_Transport_cURL::request_multiple() – Send multiple requests simultaneously */ /* function Requests_Transport_cURL::setup_handle() – Setup the cURL handle for the given data */ /* function Requests_Transport_cURL::process_response() – Process a response */ /* function Requests_Transport_cURL::stream_headers() – Collect the headers as they are received */ /* function Requests_Transport_cURL::stream_body() – Collect data as it’s received */ /* function Requests_Transport_cURL::format_get() – Format a URL given GET data */ /* function Requests_Transport_cURL::test() – Whether this transport is valid */ /* function Requests_Transport_cURL::get_expect_header() – Get the correct "Expect" header for the given request data. */