-
- Downloads
Redo url encoding (#368)
* Redo URL encoding to cover all cases * Fix test that missed a couple of encodings * Should have been escaping !
Showing
- aws/rust-runtime/aws-hyper/src/test_connection.rs 1 addition, 1 deletionaws/rust-runtime/aws-hyper/src/test_connection.rs
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/FluentClientGenerator.kt 1 addition, 1 deletion...n/software/amazon/smithy/rustsdk/FluentClientGenerator.kt
- codegen-test/model/rest-json-extras.smithy 1 addition, 1 deletioncodegen-test/model/rest-json-extras.smithy
- codegen/src/test/kotlin/software/amazon/smithy/rust/codegen/generators/http/RequestBindingGeneratorTest.kt 1 addition, 1 deletion...st/codegen/generators/http/RequestBindingGeneratorTest.kt
- rust-runtime/smithy-http/Cargo.toml 1 addition, 0 deletionsrust-runtime/smithy-http/Cargo.toml
- rust-runtime/smithy-http/src/label.rs 20 additions, 8 deletionsrust-runtime/smithy-http/src/label.rs
- rust-runtime/smithy-http/src/lib.rs 1 addition, 0 deletionsrust-runtime/smithy-http/src/lib.rs
- rust-runtime/smithy-http/src/query.rs 8 additions, 69 deletionsrust-runtime/smithy-http/src/query.rs
- rust-runtime/smithy-http/src/urlencode.rs 34 additions, 0 deletionsrust-runtime/smithy-http/src/urlencode.rs
Loading
Please sign in to comment