Function abstio::http_post[][src]

pub async fn http_post<I: AsRef<str>>(url: I, body: String) -> Result<String>
Expand description

Performs an HTTP POST request and returns the response.