Ergo\Http\Client::post PHP Méthode

post() public méthode

Sends a POST request
public post ( $path, $body, $contentType = null ) : Response
Résultat Response
    function post($path, $body, $contentType = null)
    {
        return $this->_dispatchRequest($this->_buildRequest('POST', $path, $body, $contentType));
    }