Skip to main content

post

Function post 

Source
pub async fn post(
    url: &str,
    body: Vec<u8>,
    args: Vec<Headers>,
) -> Result<HttpResponse>