smithy-rs/rust-runtime/aws-smithy-http-tower
Russell Cohen 61934da044
Add connection poisoning to aws-smithy-client (#2445)
* Add Connection Poisoning to aws-smithy-client

* Fix doc links

* Remove required tokio dependency from aws-smithy-client

* Remove external type exposed

* Rename, re-add tokio dependency

* Change IP to 127.0.0.1 to attempt to fix windows

* Add dns::Name to external types

* Remove non_exhaustive not needed

* Add client target to changelog
2023-03-14 20:08:35 +00:00
..
src Add connection poisoning to aws-smithy-client (#2445) 2023-03-14 20:08:35 +00:00
Cargo.toml Revamp errors in `aws-smithy-http` (#1884) 2022-11-15 19:18:26 +00:00
LICENSE Prefix Smithy runtime crates with `aws-` (#788) 2021-10-20 10:21:15 -07:00
README.md Add a few READMEs + linter script (#899) 2021-11-30 14:37:42 -05:00
external-types.toml Check external types for runtime and SDK crates in CI (#1625) 2022-08-10 18:33:43 -07:00

README.md

aws-smithy-http-tower

Bindings between the framework-agnostic traits in aws-smithy-http and Tower.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.