Home
last modified time | relevance | path

Searched refs:useProxyForUrl (Results 1 – 1 of 1) sorted by relevance

/plugin/upgrade/HTTP/
DHTTPClient.php192 if($this->useProxyForUrl($url)){
292 if ($this->keep_alive && !$this->useProxyForUrl($request_url)) {
519 if(!$this->useProxyForUrl($requesturl)) return false;
890 protected function useProxyForUrl($url) { function in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient