pub fn sign<'a>(
request: SignableRequest<'a>,
params: &'a SigningParams<'a>,
) -> Result<SigningOutput<SigningInstructions>, SigningError>
Available on crate feature
sign-http
only.Expand description
Produces a signature for the given request
and returns instructions
that can be used to apply that signature to an HTTP request.