Skip to main content

patch

Function patch 

Source
pub async fn patch(
    url: impl AsRef<str>,
    body: impl Into<Bytes>,
) -> Result<Response, ErrorCode>
Available on crate feature http only.
Expand description

Sends a PATCH request with the given body.