Determines whether this class can be used for retrieving a URL.
WP_Http_Streams::request
Send a HTTP request to a URI using PHP Streams.
WP_Http_Curl::test
Determines whether this class can be used for retrieving a URL.
WP_Http_Curl::request
Send a HTTP request to a URI using cURL extension.
Advertisement
Walker_Comment::end_lvl
Ends the list of items after the elements are added.
Walker_Comment::display_element
Traverses elements to create list from elements.
Walker_Comment::start_el
Starts the element output.
Walker_Comment::end_el
Ends the element output, if needed.
Advertisement
Walker_Comment::start_lvl
Starts the list before the elements are added.
WP_Http::request
Send an HTTP request to a URI.
WP_Http::post
Uses the POST HTTP method.
WP_Http::get
Uses the GET HTTP method.
Advertisement
WP_Http::head
Uses the HEAD HTTP method.
WP_Http::processResponse
Parses the responses and splits the parts into headers and body.
WP_Http::processHeaders
Transforms header string into an array.