Title: Proxy | Developer.WordPress.org

---

# @package: Proxy

 * method[Requests_Proxy_HTTP::fsockopen_header()](https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_header/)
 * Add extra headers to the request before sending
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_header/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_header/#uses)
   | Source: [wp-includes/Requests/Proxy/HTTP.php:138](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/Requests/Proxy/HTTP.php#L138-L140)
 * method[Requests_Proxy_HTTP::get_auth_string()](https://developer.wordpress.org/reference/classes/requests_proxy_http/get_auth_string/)
 * Get the authentication string (user:pass)
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/get_auth_string/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/get_auth_string/#uses)
   | Source: [wp-includes/Requests/Proxy/HTTP.php:148](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/Requests/Proxy/HTTP.php#L148-L150)
 * class[Requests_Proxy_HTTP](https://developer.wordpress.org/reference/classes/requests_proxy_http/)
 * HTTP Proxy connection interface
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/#uses)
   | Source: [wp-includes/Requests/Proxy/HTTP.php:19](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/Requests/Proxy/HTTP.php#L19-L151)
 * method[Requests_Proxy_HTTP::__construct()](https://developer.wordpress.org/reference/classes/requests_proxy_http/__construct/)
 * Constructor
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/__construct/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/__construct/#uses)
   | Source: [wp-includes/Requests/Proxy/HTTP.php:57](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/Requests/Proxy/HTTP.php#L57-L73)
 * method[Requests_Proxy_HTTP::register()](https://developer.wordpress.org/reference/classes/requests_proxy_http/register/)
 * Register the necessary callbacks
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/register/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/register/#uses)
   | Source: [wp-includes/Requests/Proxy/HTTP.php:85](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/Requests/Proxy/HTTP.php#L85-L93)
 * method[Requests_Proxy_HTTP::curl_before_send()](https://developer.wordpress.org/reference/classes/requests_proxy_http/curl_before_send/)
 * Set cURL parameters before the data is sent
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/curl_before_send/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/curl_before_send/#uses)
   | Source: [wp-includes/Requests/Proxy/HTTP.php:101](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/Requests/Proxy/HTTP.php#L101-L109)
 * method[Requests_Proxy_HTTP::fsockopen_remote_socket()](https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_remote_socket/)
 * Alter remote socket information before opening socket connection
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_remote_socket/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_remote_socket/#uses)
   | Source: [wp-includes/Requests/Proxy/HTTP.php:117](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/Requests/Proxy/HTTP.php#L117-L119)
 * method[Requests_Proxy_HTTP::fsockopen_remote_host_path()](https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_remote_host_path/)
 * Alter remote path before getting stream data
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_remote_host_path/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_remote_host_path/#uses)
   | Source: [wp-includes/Requests/Proxy/HTTP.php:128](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/Requests/Proxy/HTTP.php#L128-L130)