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
Method: Whether the content be decoded based on the headers.
Source: wp-includes/class-wp-http-encoding.php:208
Method: Whether decompression and compression are supported by the PHP version.
Source: wp-includes/class-wp-http-encoding.php:231
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