aws-http 0.12.0

HTTP specific AWS SDK behaviors.
Documentation
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
[package]
name = "aws-http"
version = "0.12.0"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "HTTP specific AWS SDK behaviors."
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/awslabs/smithy-rs"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
http = "0.2.3"
lazy_static = "1.4.0"
tracing = "0.1"
percent-encoding = "2.1.0"

[dependencies.aws-smithy-http]
path = "../aws-smithy-http"
version = "0.42.0"

[dependencies.aws-smithy-types]
path = "../aws-smithy-types"
version = "0.42.0"

[dependencies.aws-types]
path = "../aws-types"
version = "0.12.0"

[dev-dependencies]
async-trait = "0.1.50"
env_logger = "0.9"
http = "0.2.3"
proptest = "1"
serde_json = "1"

[dev-dependencies.aws-smithy-async]
path = "../aws-smithy-async"
features = ["rt-tokio"]
version = "0.42.0"

[dev-dependencies.aws-smithy-protocol-test]
path = "../aws-smithy-protocol-test"
version = "0.42.0"

[dev-dependencies.tokio]
version = "1"
features = ["macros", "rt", "rt-multi-thread", "test-util"]

[dev-dependencies.tracing-subscriber]
version = "0.3.5"
features = ["env-filter"]

[dev-dependencies.serde]
version = "1"
features = ["derive"]