class Requests_Proxy_HTTP {}
HTTP Proxy connection interface
Description
Provides a handler for connection via an HTTP proxy
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
Source
File: wp-includes/Requests/Proxy/HTTP.php
.
View all references
Changelog
Version | Description |
---|---|
1.6 | Introduced. |