Function abstio::http::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.
pub async fn http_post<I: AsRef<str>>(url: I, body: String) -> Result<String>
Performs an HTTP POST request and returns the response.