pub async fn post(
url: &str,
body: &str,
opts: HttpOptions,
) -> Result<HttpResponse, HttpError>Expand description
Send a POST request with a string body.
pub async fn post(
url: &str,
body: &str,
opts: HttpOptions,
) -> Result<HttpResponse, HttpError>Send a POST request with a string body.