[][src]Function chttp::post_async

Important traits for ResponseFuture<'_>
pub fn post_async<U>(uri: U, body: impl Into<Body>) -> ResponseFuture<'static> where
    Uri: HttpTryFrom<U>, 

Send a POST request to the given URI asynchronously with a given request body.

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