pub fn http_patch(
    url: &Url,
    body: &[u8]
) -> impl Future<Output = ResponseResult>
Expand description

Issue async HTTP PATCH request