HTTP Proxy connection interface
Description
Provides a handler for connection via an HTTP proxy
Methods
Name | Description |
---|---|
Requests_Proxy_HTTP::__construct | Constructor |
Requests_Proxy_HTTP::curl_before_send | Set cURL parameters before the data is sent |
Requests_Proxy_HTTP::fsockopen_header | Add extra headers to the request before sending |
Requests_Proxy_HTTP::fsockopen_remote_host_path | Alter remote path before getting stream data |
Requests_Proxy_HTTP::fsockopen_remote_socket | Alter remote socket information before opening socket connection |
Requests_Proxy_HTTP::get_auth_string | Get the authentication string (user:pass) |
Requests_Proxy_HTTP::register | Register the necessary callbacks |
Source
Changelog
Version | Description |
---|---|
1.6 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.