Module body

Source
Expand description

HTTP body-wrappers that calculate and validate checksums.

Re-exports§

pub use cache::ChecksumCache;

Modules§

cache
Checksum caching functionality.
calculate
Functionality for calculating the checksum of an HTTP body and emitting it as trailers.
validate
Functionality for validating an HTTP body against a given precalculated checksum and emitting an error if it doesn’t match.