_DiscoveryMockFetcher::post PHP Method

post() public method

public post ( $url, $body = null, $headers = null )
    function post($url, $body = null, $headers = null)
    {
        return $this->get($url, $headers, $body);
    }