pub fn patch<U, R, C, T, SM>(
uri: U,
request: &R,
token: &Token<C, T>,
signature_method: SM,
) -> String
Available on crate feature
alloc
only.Expand description
Authorizes a PATCH
request to uri
with the given credentials.
This returns an HTTP Authorization
header value.
uri
must not contain a query part, which would result in a wrong signature.