Skip to main content

patch

Function patch 

Source
pub fn patch(
    url: &str,
    body: &str,
    content_type: &str,
    headers: &HttpHeaders,
) -> Result<HttpResponse, String>