Skip to main content

post

Function post 

Source
pub async fn post(
    url: &str,
    body: &str,
    opts: HttpOptions,
) -> Result<HttpResponse, HttpError>
Expand description

Send a POST request with a string body.