Microweber\Utils\Adapters\Http\Guzzle::setUrl PHP Method

setUrl() public method

public setUrl ( $url )
    public function setUrl($url)
    {
        $this->url = $url;
        return $this;
    }