| [ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
HTTP Proxy connection interface
| File Size: | 151 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Requests_Proxy_HTTP:: (7 methods):
__construct()
register()
curl_before_send()
fsockopen_remote_socket()
fsockopen_remote_host_path()
fsockopen_header()
get_auth_string()
Class: Requests_Proxy_HTTP - X-Ref
HTTP Proxy connection interface| __construct($args = null) X-Ref |
| Constructor since: 1.6 param: array|null $args Array of user and password. Must have exactly two elements |
| register(Requests_Hooks $hooks) X-Ref |
| Register the necessary callbacks since: 1.6 param: Requests_Hooks $hooks Hook system |
| curl_before_send(&$handle) X-Ref |
| Set cURL parameters before the data is sent since: 1.6 param: resource $handle cURL resource |
| fsockopen_remote_socket(&$remote_socket) X-Ref |
| Alter remote socket information before opening socket connection since: 1.6 param: string $remote_socket Socket connection string |
| fsockopen_remote_host_path(&$path, $url) X-Ref |
| Alter remote path before getting stream data since: 1.6 param: string $path Path to send in HTTP request string ("GET ...") param: string $url Full URL we're requesting |
| fsockopen_header(&$out) X-Ref |
| Add extra headers to the request before sending since: 1.6 param: string $out HTTP header string |
| get_auth_string() X-Ref |
| Get the authentication string (user:pass) return: string since: 1.6 |
| Generated: Thu Dec 15 01:00:02 2022 | Cross-referenced by PHPXref 0.7.1 |