aws/rust-runtime/aws-hyper/Cargo.toml
0 → 100644
+25
−0
aws/rust-runtime/aws-hyper/src/lib.rs
0 → 100644
+111
−0
+104
−0
+86
−0
Loading
* Initial implementation of aws-hyper Although this is expected to evolve, this initial implementation of aws-hyper supports endpoint, signing & response parsing middleware and is sufficient to drive basic AWS services. A `TestConnection` helper is also provided. This enables end-to-end testing of clients by mocking out the connection with a vector of request/response pairs. * Update test * Add more docs, rename default to https * Add rt tokio feature * Fix hyper features