ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wp-http-proxy.php

WP_HTTP_Proxy

Class: Core class used to implement HTTP API proxy support.

Source: wp-includes/class-wp-http-proxy.php:43

Used by 0 functions | Uses 0 functions

WP_HTTP_Proxy::is_enabled()

Method: Whether proxy connection should be used.

Source: wp-includes/class-wp-http-proxy.php:57

Used by 0 functions | Uses 0 functions

WP_HTTP_Proxy::use_authentication()

Method: Whether authentication should be used.

Source: wp-includes/class-wp-http-proxy.php:73

Used by 0 functions | Uses 0 functions

WP_HTTP_Proxy::host()

Method: Retrieve the host for the proxy server.

Source: wp-includes/class-wp-http-proxy.php:84

Used by 0 functions | Uses 0 functions

WP_HTTP_Proxy::port()

Method: Retrieve the port for the proxy server.

Source: wp-includes/class-wp-http-proxy.php:99

Used by 0 functions | Uses 0 functions

WP_HTTP_Proxy::username()

Method: Retrieve the username for proxy authentication.

Source: wp-includes/class-wp-http-proxy.php:114

Used by 0 functions | Uses 0 functions

WP_HTTP_Proxy::password()

Method: Retrieve the password for proxy authentication.

Source: wp-includes/class-wp-http-proxy.php:129

Used by 0 functions | Uses 0 functions

WP_HTTP_Proxy::authentication()

Method: Retrieve authentication string for proxy authentication.

Source: wp-includes/class-wp-http-proxy.php:144

Used by 0 functions | Uses 0 functions

WP_HTTP_Proxy::authentication_header()

Method: Retrieve header string for proxy authentication.

Source: wp-includes/class-wp-http-proxy.php:155

Used by 0 functions | Uses 0 functions

WP_HTTP_Proxy::send_through_proxy()

Method: Determines whether the request should be sent through a proxy.

Source: wp-includes/class-wp-http-proxy.php:171

Used by 0 functions | Uses 0 functions
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy