Lines Matching full:proxy
11 * It supports POST and GET, Proxy usage, basic authentication,
50 // set these if you need to use a proxy
55 public $proxy_ssl; //boolean set to true if your proxy needs SSL
56 public $proxy_except; // regexp of URLs to exclude from proxy
144 * This method handles the whole HTTP communication. It respects set proxy settings,
188 // proxy setup
243 …$headers['Proxy-Authorization'] = 'Basic ' . base64_encode($this->proxy_user . ':' . $this->proxy_…
270 … if (isset($headers['Proxy-Authentication'])) unset($headers['Proxy-Authentication']);
289 // connection token to a proxy server. We still do keep the connection the
290 // proxy alive (well except for CONNECT tunnels)
509 * Tries to establish a CONNECT tunnel via Proxy
529 $request .= 'Proxy-Authorization: Basic ' .
570 throw new HTTPClientException('Failed to establish secure proxy connection', -150);
895 * Should the Proxy be used for the given URL?