Skip to main content

patch

Function patch 

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

Make a PATCH request with a body.