pub async fn put( uri: impl TryUri, body: impl TryBody, ) -> Result<Response, Error>
Send a PUT request to the uri with a given request body.
uri
The default_client is used to send the request.
default_client