WP_Http_Curl::request()
Method: Send a HTTP request to a URI using cURL extension.
Source: wp-includes/class-wp-http-curl.php:71
Method: Send a HTTP request to a URI using cURL extension.
Source: wp-includes/class-wp-http-curl.php:71
Action Hook: Fires before the cURL request is executed.
Source: wp-includes/class-wp-http-curl.php:231
Method: Grabs the headers of the cURL request.
Source: wp-includes/class-wp-http-curl.php:340
Method: Grabs the body of the cURL request.
Source: wp-includes/class-wp-http-curl.php:358
Method: Determines whether this class can be used for retrieving a URL.
Source: wp-includes/class-wp-http-curl.php:387
Filter Hook: Filters whether cURL can be used as a transport for retrieving a URL.
Source: wp-includes/class-wp-http-curl.php:410
Class: Core class used to implement deflate and gzip transfer encoding support for HTTP requests.
Source: wp-includes/class-wp-http-encoding.php:18
Method: Compress raw string using the deflate format.
Source: wp-includes/class-wp-http-encoding.php:33
Method: Decompression of deflated string.
Source: wp-includes/class-wp-http-encoding.php:51
Method: Decompression of deflated string while staying compatible with the majority of servers.
Source: wp-includes/class-wp-http-encoding.php:104