-
- Downloads
Initial implementation of aws-hyper (#201)
* 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
Showing
- aws/rust-runtime/aws-endpoint/src/lib.rs 2 additions, 1 deletionaws/rust-runtime/aws-endpoint/src/lib.rs
- aws/rust-runtime/aws-hyper/Cargo.toml 25 additions, 0 deletionsaws/rust-runtime/aws-hyper/Cargo.toml
- aws/rust-runtime/aws-hyper/src/lib.rs 111 additions, 0 deletionsaws/rust-runtime/aws-hyper/src/lib.rs
- aws/rust-runtime/aws-hyper/src/test_connection.rs 104 additions, 0 deletionsaws/rust-runtime/aws-hyper/src/test_connection.rs
- aws/rust-runtime/aws-hyper/tests/e2e_test.rs 86 additions, 0 deletionsaws/rust-runtime/aws-hyper/tests/e2e_test.rs
- aws/rust-runtime/aws-sig-auth/src/middleware.rs 3 additions, 1 deletionaws/rust-runtime/aws-sig-auth/src/middleware.rs
- aws/rust-runtime/aws-sig-auth/src/signer.rs 2 additions, 1 deletionaws/rust-runtime/aws-sig-auth/src/signer.rs
- rust-runtime/smithy-http-tower/src/lib.rs 1 addition, 1 deletionrust-runtime/smithy-http-tower/src/lib.rs
- rust-runtime/smithy-http-tower/src/parse_response.rs 8 additions, 8 deletionsrust-runtime/smithy-http-tower/src/parse_response.rs
Loading
Please sign in to comment