aws-smithy-compression 0.0.6

Request compression for smithy clients.
Documentation
1
2
3
4
5
6
7
8
9
10
11
allowed_external_types = [
    "aws_smithy_types::body::SdkBody",
    "aws_smithy_types::config_bag::storable::StoreReplace",
    "aws_smithy_types::config_bag::storable::Storable",
    "aws_smithy_runtime_api::box_error::BoxError",
    "bytes::bytes::Bytes",
    "http::header::map::HeaderMap",
    "http::header::name::HeaderName",
    "http::header::value::HeaderValue",
    "http_body::Body",
]