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