wp-includes/class-wp-http-curl.php
Lines:
1 to 17 of 17
<?php /** * HTTP API: WP_Http_Curl class * * @package WordPress * @subpackage HTTP * @since 4.4.0 */ #[AllowDynamicProperties] /* class WP_Http_Curl */ /* function WP_Http_Curl::request() – Send a HTTP request to a URI using cURL extension. */ /* function WP_Http_Curl::stream_headers() – Grabs the headers of the cURL request. */ /* function WP_Http_Curl::stream_body() – Grabs the body of the cURL request. */ /* function WP_Http_Curl::test() – Determines whether this class can be used for retrieving a URL. */