[][src]Function isahc::delete

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

Send a DELETE request to the given URI.

The request is executed using a shared HttpClient instance. See HttpClient::delete for details.