Skip to main content

put

Function put 

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

Make a PUT request with a body.