pub fn post<U, B>(uri: U, body: B) -> Result<Response<Body>, Error>
Expand description
Send a POST request to the given URI with a given request body.
The request is executed using a shared HttpClient
instance. See
HttpClient::post
for details.
pub fn post<U, B>(uri: U, body: B) -> Result<Response<Body>, Error>
Send a POST request to the given URI with a given request body.
The request is executed using a shared HttpClient
instance. See
HttpClient::post
for details.