[][src]Crate http_signature_normalization_http

Integration of Http Signature Normalization with the HTTP crate

This provides a thin wrapper around transforming HTTP's HeaderMap, PathAndQuery, and Method types into BTreeMaps and Strings for signing and verifying requests

Modules

create

Types used for signing a request

prelude

Export useful types signing and verifying requests

verify

Export types used for signature verification

Structs

Config

Thinly wrap Http Signature Normalization's config type

Enums

PrepareVerifyError

Errors produced when preparing to verify an Http Signature