Function zng_task::http::delete

source ·
pub async fn delete(uri: impl TryUri) -> Result<Response, Error>
Expand description

Send a DELETE request to the uri.

The default_client is used to send the request.