Lines Matching defs:proxy
109 return $this->hasParam('proxy') ? $this->getParam('proxy') : null;
113 * Set proxy for http connections. Null is for environmental proxy,
114 * empty string to disable proxy and proxy string to set actual http proxy.
118 * @param string|null $proxy
122 public function setProxy($proxy)
124 return $this->setParam('proxy', $proxy);