Requests_Proxy_HTTP
HTTP Proxy connection interface
Description
Provides a handler for connection via an HTTP proxy
Source
File: wp-includes/Requests/Proxy/HTTP.php
Methods
- __construct — Constructor
- curl_before_send — Set cURL parameters before the data is sent
- fsockopen_header — Add extra headers to the request before sending
- fsockopen_remote_host_path — Alter remote path before getting stream data
- fsockopen_remote_socket — Alter remote socket information before opening socket connection
- get_auth_string — Get the authentication string (user:pass)
- register — Register the necessary callbacks
Changelog
Version | Description |
---|---|
Requests 1.6 | Introduced. Requests 1.6 |