File: wp-includes/class-wp-http-streams.php
-
classWP_Http_Streams
Core class used to integrate PHP Streams as an HTTP transport.
-
Send a HTTP request to a URI using PHP Streams.
-
Filters whether SSL should be verified for local HTTP API requests.
-
Verifies the received SSL certificate against its Common Names and subjectAltName fields.
-
methodWP_Http_Streams::test()
Determines whether this class can be used for retrieving a URL.
-
Filters whether streams can be used as a transport for retrieving a URL.
-
classWP_HTTP_Fsockopen
Deprecated HTTP Transport method which used fsockopen.