Warning! You are currently reading the documentation for Requests 1.x.
It is recommended to upgrade to Requests 2.x at your earliest convenience.
Upgrading to Requests 2.x is fairly straight-forward.
A full list of the changes can be found in the Changelog.
Visit the documentation for Requests_Proxy_HTTP
in Requests 2.x.
Class Requests_Proxy_HTTP
HTTP Proxy connection interface
Provides a handler for connection via an HTTP proxy
- Requests_Proxy_HTTP implements Requests_Proxy
public
|
|
public
|
|
public
|
|
public
|
#
fsockopen_remote_socket( string & $remote_socket )
Alter remote socket information before opening socket connection |
public
|
#
fsockopen_remote_host_path( string & $path, string $url )
Alter remote path before getting stream data |
public
|
|
public
string
|
public
string
|
$proxy
Proxy host and port |
|
public
string
|
$user
Username |
|
public
string
|
$pass
Password |
|
public
boolean
|
$use_authentication
Do we need to authenticate? (ie username & password have been provided) |