-
- Downloads
Http Protocol Refactor & Streaming Request bodies (breaking change) (#359)
* Refactor HttpProtocolGenerator body construction * Well that was easy... (add streaming input support) * Fix tests, clippy warning * One more clippy wrap ignore * Fix test that used private API * Add test for default value
Showing
- aws/sdk-codegen-test/build.gradle.kts 1 addition, 1 deletionaws/sdk-codegen-test/build.gradle.kts
- aws/sdk/build.gradle.kts 1 addition, 1 deletionaws/sdk/build.gradle.kts
- aws/sdk/integration-tests/kms/Cargo.toml 1 addition, 0 deletionsaws/sdk/integration-tests/kms/Cargo.toml
- aws/sdk/integration-tests/kms/tests/sensitive-it.rs 8 additions, 4 deletionsaws/sdk/integration-tests/kms/tests/sensitive-it.rs
- codegen-test/build.gradle.kts 1 addition, 1 deletioncodegen-test/build.gradle.kts
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/StreamingTraitSymbolProvider.kt 2 additions, 1 deletion...mithy/rust/codegen/smithy/StreamingTraitSymbolProvider.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/HttpProtocolGenerator.kt 24 additions, 31 deletions...y/rust/codegen/smithy/generators/HttpProtocolGenerator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/Instantiator.kt 1 addition, 3 deletions...zon/smithy/rust/codegen/smithy/generators/Instantiator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/protocols/AwsJson10.kt 45 additions, 20 deletions.../amazon/smithy/rust/codegen/smithy/protocols/AwsJson10.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/protocols/AwsRestJson.kt 110 additions, 51 deletions...mazon/smithy/rust/codegen/smithy/protocols/AwsRestJson.kt
- codegen/src/test/kotlin/software/amazon/smithy/rust/codegen/smithy/StreamingShapeSymbolProviderTest.kt 8 additions, 7 deletions...y/rust/codegen/smithy/StreamingShapeSymbolProviderTest.kt
- codegen/src/test/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/HttpProtocolTestGeneratorTest.kt 5 additions, 11 deletions...odegen/smithy/generators/HttpProtocolTestGeneratorTest.kt
- rust-runtime/smithy-http/src/body.rs 17 additions, 1 deletionrust-runtime/smithy-http/src/body.rs
- rust-runtime/smithy-http/src/operation.rs 3 additions, 0 deletionsrust-runtime/smithy-http/src/operation.rs
- rust-runtime/smithy-types/src/lib.rs 3 additions, 0 deletionsrust-runtime/smithy-types/src/lib.rs
Loading
Please register or sign in to comment