Expand description
§httpsig-hyper
httpsig-hyper is a crate that provides a convenient API for Hyper users to handle HTTP signatures.
This crate extends hyper’s https request and response messages with the ability to generate and verify HTTP signatures.
Additionally it also provides a way to set and verify content-digest header.
Modules§
Enums§
- content-digest header type
- Error type for http signature for hyper
- Error type for http signature for hyper
Traits§
- A trait about the http message signature common to both request and response
- A trait about http message signature for request
- A trait about http message signature for response
- A trait to set the http content digest in request in base64
- A trait to set the http content digest in response in base64
Type Aliases§
- Result type for http signature
- Result type for http signature