Available on crate feature
http-02x
only.Expand description
AWS-specific content-encoding tools
Modules§
- header_
value - Content encoding header value constants
Structs§
- AwsChunked
Body - A request body compatible with
Content-Encoding: aws-chunked
. This implementation is only capable of writing a single chunk and does not support signed chunks. - AwsChunked
Body Options - Options used when constructing an
AwsChunkedBody
.