API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
php_http_proxy::get_custom | ( | $ | filename | ) |
Handler for customizing the HTTP GET call
string | The target url |
Réimplémentée à partir de php_http_client_generic.
Références $filename, $url, et php_http_request::setHeader().
php_http_proxy::php_http_proxy | ( | $ | host, |
$ | path = '/' , |
||
$ | port = 80 , |
||
$ | timeout = 0 |
||
) |
HTTP Proxy constructor
string | The client connection host name, with or without its protocol prefix |
string | The client connection path, not including the host name |
int | The port to establish the client connection on |
int | The timeout value for the client connection |
Références $host, $path, php_http_client_generic::php_http_client_generic(), et setHeaders().
php_http_proxy::setHeaders | ( | ) |
Sets the proxy headers
Réimplémentée à partir de php_http_request.
Références php_http_request::setHeader().
Référencé par php_http_proxy().
php_http_proxy::setProxyAuthorization | ( | $ | user, |
$ | password | ||
) |
Specifies a user name and password for basic proxy authentication
string | The user name for proxy authentication |
string | The password for proxy authentication |
Références php_http_request::setHeader().
php_http_proxy::setTimeout | ( | $ | timeout | ) |
Sets the proxy timeout to the specified value
int | The timeout value for the client connection |