SensioLabs\Consul\Client::head PHP Method

head() public method

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