WP_Http::validate_redirects()
Method: Validate redirected URLs.
Source: wp-includes/class-http.php:491
Method: Validate redirected URLs.
Source: wp-includes/class-http.php:491
Method: Normalizes cookies for using in Requests.
Source: wp-includes/class-http.php:447
Method: Match redirect behaviour to browser handling.
Source: wp-includes/class-http.php:476
Method: Used as a wrapper for PHP’s parse_url() function that handles edgecases in < PHP 5.4.7.
Source: wp-includes/class-http.php:899
Method: Block requests through the proxy.
Source: wp-includes/class-http.php:837
Filter Hook: Filters whether to block local requests through the proxy.
Source: wp-includes/class-http.php:860
Method: Converts a relative URL to an absolute URL relative to a given URL.
Source: wp-includes/class-http.php:915
Method: Handles HTTP Redirects and follows them if appropriate.
Source: wp-includes/class-http.php:990
Method: Determines if a specified string represents an IP address or not.
Source: wp-includes/class-http.php:1049
Filter Hook: Filters whether SSL should be verified for non-local requests.
Source: wp-includes/class-http.php:366
Method: Tests which transports are capable of supporting the request.
Source: wp-includes/class-http.php:507
Method: Decodes chunk transfer-encoding, based off the HTTP 1.1 specification.
Source: wp-includes/class-http.php:782
Filter Hook: Filters which HTTP transports are available and in what order.
Source: wp-includes/class-http.php:520
Method: Dispatches a HTTP request to a supporting transport.
Source: wp-includes/class-http.php:556
Action Hook: Fires after an HTTP API response is received and before the response is returned.
Source: wp-includes/class-http.php:409
Filter Hook: Filters the HTTP API response immediately before the response is returned.
Source: wp-includes/class-http.php:436
Method: Uses the POST HTTP method.
Source: wp-includes/class-http.php:593
Method: Uses the GET HTTP method.
Source: wp-includes/class-http.php:610
Filter Hook: Filters the user agent value sent with an HTTP request.
Source: wp-includes/class-http.php:191
Method: Uses the HEAD HTTP method.
Source: wp-includes/class-http.php:627
Filter Hook: Filters whether to pass URLs through wp_http_validate_url() in an HTTP request.
Source: wp-includes/class-http.php:201
Method: Parses the responses and splits the parts into headers and body.
Source: wp-includes/class-http.php:641
Filter Hook: Filters the arguments used in an HTTP request.
Source: wp-includes/class-http.php:232
Method: Transform header string into an array.
Source: wp-includes/class-http.php:663
Filter Hook: Filters whether to preempt an HTTP request’s return value.
Source: wp-includes/class-http.php:257
Method: Takes the arguments for a ::request() and checks for the cookie array.
Source: wp-includes/class-http.php:746
Class: Core class used for managing HTTP transports and making HTTP requests.
Source: wp-includes/class-http.php:28
Method: Send an HTTP request to a URI.
Source: wp-includes/class-http.php:149
Filter Hook: Filters the timeout value for an HTTP request.
Source: wp-includes/class-http.php:161
Filter Hook: Filters the number of redirects allowed during an HTTP request.
Source: wp-includes/class-http.php:171