Module aws_smithy_checksums::http

source ·
Expand description

Checksum support for HTTP requests and responses.

Constants§

Traits§

  • Checksum algorithms are use to validate the integrity of data. Structs that implement this trait can be used as checksum calculators. This trait requires Send + Sync because these checksums are often used in a threaded context.