-
- Downloads
Expand protocol layouts (#1753)
Split runtime protocols layout
Signed-off-by:
Daniele Ahmed <ahmeddan@amazon.de>
Showing
- codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/generators/PythonApplicationGenerator.kt 3 additions, 3 deletions...er/python/smithy/generators/PythonApplicationGenerator.kt
- codegen-server/python/src/main/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/generators/PythonServerServiceGenerator.kt 1 addition, 1 deletion.../python/smithy/generators/PythonServerServiceGenerator.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/ServerRuntimeType.kt 3 additions, 3 deletions...on/smithy/rust/codegen/server/smithy/ServerRuntimeType.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGeneratorV2.kt 3 additions, 3 deletions...egen/server/smithy/generators/ServerServiceGeneratorV2.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/protocol/ServerProtocol.kt 9 additions, 10 deletions...degen/server/smithy/generators/protocol/ServerProtocol.kt
- rust-runtime/aws-smithy-http-server-python/src/server.rs 3 additions, 3 deletionsrust-runtime/aws-smithy-http-server-python/src/server.rs
- rust-runtime/aws-smithy-http-server/examples/pokemon-service/src/bin/pokemon-service-tls.rs 1 addition, 1 deletion...r/examples/pokemon-service/src/bin/pokemon-service-tls.rs
- rust-runtime/aws-smithy-http-server/examples/pokemon-service/src/lambda.rs 1 addition, 1 deletion...smithy-http-server/examples/pokemon-service/src/lambda.rs
- rust-runtime/aws-smithy-http-server/examples/pokemon-service/src/main.rs 1 addition, 1 deletion...s-smithy-http-server/examples/pokemon-service/src/main.rs
- rust-runtime/aws-smithy-http-server/src/lib.rs 6 additions, 2 deletionsrust-runtime/aws-smithy-http-server/src/lib.rs
- rust-runtime/aws-smithy-http-server/src/proto/aws_json/mod.rs 6 additions, 0 deletions...-runtime/aws-smithy-http-server/src/proto/aws_json/mod.rs
- rust-runtime/aws-smithy-http-server/src/proto/aws_json/router.rs 8 additions, 43 deletions...ntime/aws-smithy-http-server/src/proto/aws_json/router.rs
- rust-runtime/aws-smithy-http-server/src/proto/aws_json_10/mod.rs 9 additions, 0 deletions...ntime/aws-smithy-http-server/src/proto/aws_json_10/mod.rs
- rust-runtime/aws-smithy-http-server/src/proto/aws_json_10/router.rs 30 additions, 0 deletions...me/aws-smithy-http-server/src/proto/aws_json_10/router.rs
- rust-runtime/aws-smithy-http-server/src/proto/aws_json_11/mod.rs 9 additions, 0 deletions...ntime/aws-smithy-http-server/src/proto/aws_json_11/mod.rs
- rust-runtime/aws-smithy-http-server/src/proto/aws_json_11/router.rs 30 additions, 0 deletions...me/aws-smithy-http-server/src/proto/aws_json_11/router.rs
- rust-runtime/aws-smithy-http-server/src/proto/mod.rs 11 additions, 0 deletionsrust-runtime/aws-smithy-http-server/src/proto/mod.rs
- rust-runtime/aws-smithy-http-server/src/proto/rest/mod.rs 6 additions, 0 deletionsrust-runtime/aws-smithy-http-server/src/proto/rest/mod.rs
- rust-runtime/aws-smithy-http-server/src/proto/rest/router.rs 8 additions, 47 deletionsrust-runtime/aws-smithy-http-server/src/proto/rest/router.rs
- rust-runtime/aws-smithy-http-server/src/proto/rest_json_1/mod.rs 9 additions, 0 deletions...ntime/aws-smithy-http-server/src/proto/rest_json_1/mod.rs
Loading
Please register or sign in to comment