aws-http 0.51.0

HTTP specific AWS SDK behaviors.
1
2
3
4
5
6
7
8
9
10
allowed_external_types = [
    "aws_smithy_http::*",
    "aws_smithy_types::*",
    "aws_types::*",
    "bytes::bytes::Bytes",
    "http_body::Body",

    # TODO(https://github.com/awslabs/smithy-rs/issues/1193): Decide if the following should be exposed
    "http::header::value::InvalidHeaderValue",
]