[][src]Function chttp::delete

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

Sends an HTTP DELETE request.

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