Module aws_smithy_compression::body::compress
source · Expand description
Functionality for compressing an HTTP request body.
Modules§
- http_body_0_4_x
http-body-0-4-x
Support for thehttp-body-0-4
andhttp-0-2
crates. - http_body_1_x
http-body-1-x
Support for thehttp-body-1-0
andhttp-1-0
crates.
Structs§
- A
Body
that may compress its data with aCompressRequest
implementor.