SensioLabs\Consul\Client::get PHP Méthode

get() public méthode

public get ( $url = null, array $options = [] )
$options array
    public function get($url = null, array $options = array())
    {
        return $this->doRequest('GET', $url, $options);
    }