aws-smithy-http-tower 0.52.0

Tower-compatible shims for smithy-rs middleware.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
allowed_external_types = [
    "aws_smithy_http::*",
    "http::request::Request",
    "http::response::Response",
    "tower_service::Service",

    # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Don't expose on `tower::BoxError`
    "tower::BoxError",

    # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if we want to continue exposing tower_layer
    "tower_layer::Layer",
]