[go: up one dir, main page]

Function post

Source
pub fn post<U>(uri: U, body: impl Into<Body>) -> Result<Response<Body>, Error>
where Uri: HttpTryFrom<U>,
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.