pub async fn post<U>(uri: U, body: IpcBytes) -> Result<Response, Error>where U: TryInto<Uri>, Error: From<<U as TryInto<Uri>>::Error>,
Send a POST request to the uri with a given request body.
uri
The http_client is used to send the request.
http_client