Function chttp::delete

source ·
pub fn delete<U>(uri: U) -> Result<Response, Error>where
    Uri: HttpTryFrom<U>,
Expand description

Sends an HTTP DELETE request.

The response body is provided as a stream that may only be consumed once.