File: wp-includes/class-wp-http-curl.php
-
hookhttp_api_curl
Fires before the cURL request is executed.
-
Grabs the headers of the cURL request.
-
Grabs the body of the cURL request.
-
methodWP_Http_Curl::test()
Determines whether this class can be used for retrieving a URL.
-
Filters whether cURL can be used as a transport for retrieving a URL.
-
classWP_Http_Curl
Core class used to integrate Curl as an HTTP transport.
-
methodWP_Http_Curl::request()
Send a HTTP request to a URI using cURL extension.