Classes, interfaces, and traits

WP_Http

WordPress HTTP Class for managing HTTP Transports and making HTTP requests.

« More »

WP_Http_Curl

HTTP request method uses Curl extension to retrieve the url.

« More »

WP_Http_Encoding

Implementation for deflate and gzip transfer encodings.

« More »

WP_Http_ExtHTTP

HTTP request method uses HTTP extension to retrieve the url.

« More »

WP_Http_Fopen

HTTP request method uses fopen function to retrieve the url.

« More »

WP_Http_Fsockopen

HTTP request method uses fsockopen function to retrieve the url.

« More »

WP_Http_Streams

HTTP request method uses Streams to retrieve the url.

« More »