SensioLabs\Consul\Client::post PHP Method

post() public method

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