Microweber\Utils\Http::get PHP Method

get() public method

public get ( $params = false )
    public function get($params = false)
    {
        return $this->adapter->get($params);
    }