Expand description
AWS-specific content-encoding tools for http-02x and http-1x
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.