Docker\API\Model\SystemInformation::setHttpProxy PHP Method

setHttpProxy() public method

public setHttpProxy ( string $httpProxy = null ) : self
$httpProxy string
return self
    public function setHttpProxy($httpProxy = null)
    {
        $this->httpProxy = $httpProxy;
        return $this;
    }