Skip to main content

post

Function post 

Source
pub fn post(
    url: &str,
    headers: &[(&str, &str)],
    body: &str,
) -> Option<FetchResponse>
Expand description

Make a POST request with a body.