Skip to main content

post

Function post 

Source
pub fn post(
    url: &str,
    body: &str,
    content_type: &str,
    headers: &AverList<Header>,
) -> Result<HttpResponse, String>