Module content_encoding

Source
Available on crate feature http-02x only.
Expand description

AWS-specific content-encoding tools

Modules§

header_value
Content encoding header value constants

Structs§

AwsChunkedBody
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.
AwsChunkedBodyOptions
Options used when constructing an AwsChunkedBody.