-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into http1x-support
- Loading branch information
Showing
55 changed files
with
2,143 additions
and
2,239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,14 @@ | ||
[package] | ||
name = "aws-http" | ||
version = "0.0.0-smithy-rs-head" | ||
version = "0.60.5" | ||
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"] | ||
description = "HTTP specific AWS SDK behaviors." | ||
description = "This crate is no longer used by the AWS SDK and is deprecated." | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
repository = "https://github.com/smithy-lang/smithy-rs" | ||
|
||
[dependencies] | ||
aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["client"] } | ||
aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types", features = ["http-body-0-4-x"] } | ||
aws-types = { path = "../aws-types" } | ||
bytes = "1.1" | ||
http = "0.2.3" | ||
http-body = "0.4.5" | ||
tracing = "0.1" | ||
pin-project-lite = "0.2.9" | ||
|
||
[dev-dependencies] | ||
bytes-utils = "0.1.2" | ||
tokio = { version = "1.23.1", features = ["macros", "rt", "time"] } | ||
aws-runtime = { path = "../aws-runtime", features = ["http-02x"] } | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
allowed_external_types = [ | ||
"aws_smithy_runtime_api::http::headers::Headers", | ||
"aws_smithy_types::body::Error", | ||
"aws_smithy_types::config_bag::storable::Storable", | ||
"aws_smithy_types::config_bag::storable::StoreReplace", | ||
"aws_smithy_types::error::metadata::Builder", | ||
"aws_types::app_name::AppName", | ||
"aws_types::os_shim_internal::Env", | ||
"bytes::bytes::Bytes", | ||
"http_body::Body", | ||
"aws_runtime::*", | ||
] |
Oops, something went wrong.