wp-includes/Requests/Proxy/HTTP.php
Lines:
1 to 19 of 19
<?php /** * HTTP Proxy connection interface * * @package Requests * @subpackage Proxy * @since 1.6 */ /* class Requests_Proxy_HTTP */ /* function Requests_Proxy_HTTP::__construct() – Constructor */ /* function Requests_Proxy_HTTP::register() – Register the necessary callbacks */ /* function Requests_Proxy_HTTP::curl_before_send() – Set cURL parameters before the data is sent */ /* function Requests_Proxy_HTTP::fsockopen_remote_socket() – Alter remote socket information before opening socket connection */ /* function Requests_Proxy_HTTP::fsockopen_remote_host_path() – Alter remote path before getting stream data */ /* function Requests_Proxy_HTTP::fsockopen_header() – Add extra headers to the request before sending */ /* function Requests_Proxy_HTTP::get_auth_string() – Get the authentication string (user:pass) */