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

put() public méthode

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