File: wp-includes/class-wp-http-proxy.php
-
Filters whether to preempt sending the request through the proxy.
-
classWP_HTTP_Proxy
Core class used to implement HTTP API proxy support.
-
Whether proxy connection should be used.
-
Whether authentication should be used.
-
methodWP_HTTP_Proxy::host()
Retrieve the host for the proxy server.
-
methodWP_HTTP_Proxy::port()
Retrieve the port for the proxy server.
-
Retrieve the username for proxy authentication.
-
Retrieve the password for proxy authentication.
-
Retrieve authentication string for proxy authentication.
-
Retrieve header string for proxy authentication.
-
Determines whether the request should be sent through a proxy.