-
- Downloads
Various small corrections to server documentation (#2050)
* Link to super from Handler and OperationService * Note that structure documentation is from model * Don't refer to ZSTs in operation_shape.rs opener * Re-export everything from service to root * Add reference to root documentation on service * Fix spelling of MissingOperationsError * #[doc(hidden)] for opaque_future * Rename from-parts.md to from_parts.md * Fix Connected link * Use S type parameter and service as variable name * Remove MissingOperation dead code * Remove Operation header from operation.rs * Remove reference to closures * Document ConnectInfo<T> .0 * Add BoxBody documentation * Rephrase operation.rs documentation * Reference PluginPipeline from PluginStack * Move the BoxBody documentation * Document Plugin associated types * Add example implementation for Plugin * Link to plugin module from Plugin * Improve FromParts/FromRequest documentation * Remove links to doc(hidden) RuntimeError * Add link from Upgradable to operation module
Showing
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustModule.kt 4 additions, 4 deletions...re/amazon/smithy/rust/codegen/core/rustlang/RustModule.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/CodegenDelegator.kt 4 additions, 4 deletions...mazon/smithy/rust/codegen/core/smithy/CodegenDelegator.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerOperationShapeGenerator.kt 4 additions, 3 deletions...server/smithy/generators/ServerOperationShapeGenerator.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGenerator.kt 2 additions, 2 deletions...odegen/server/smithy/generators/ServerServiceGenerator.kt
- codegen-server/src/main/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerServiceGeneratorV2.kt 5 additions, 3 deletions...egen/server/smithy/generators/ServerServiceGeneratorV2.kt
- design/src/rfcs/rfc0024_request_id.md 1 addition, 1 deletiondesign/src/rfcs/rfc0024_request_id.md
- design/src/server/anatomy.md 1 addition, 0 deletionsdesign/src/server/anatomy.md
- design/src/server/from_parts.md 1 addition, 0 deletionsdesign/src/server/from_parts.md
- design/src/server/overview.md 1 addition, 1 deletiondesign/src/server/overview.md
- rust-runtime/aws-smithy-http-server/examples/pokemon-service/tests/plugins_execution_order.rs 1 addition, 1 deletion...examples/pokemon-service/tests/plugins_execution_order.rs
- rust-runtime/aws-smithy-http-server/src/body.rs 1 addition, 0 deletionsrust-runtime/aws-smithy-http-server/src/body.rs
- rust-runtime/aws-smithy-http-server/src/extension.rs 1 addition, 2 deletionsrust-runtime/aws-smithy-http-server/src/extension.rs
- rust-runtime/aws-smithy-http-server/src/instrumentation/mod.rs 3 additions, 3 deletions...runtime/aws-smithy-http-server/src/instrumentation/mod.rs
- rust-runtime/aws-smithy-http-server/src/instrumentation/service.rs 13 additions, 13 deletions...ime/aws-smithy-http-server/src/instrumentation/service.rs
- rust-runtime/aws-smithy-http-server/src/macros.rs 1 addition, 0 deletionsrust-runtime/aws-smithy-http-server/src/macros.rs
- rust-runtime/aws-smithy-http-server/src/operation/handler.rs 2 additions, 0 deletionsrust-runtime/aws-smithy-http-server/src/operation/handler.rs
- rust-runtime/aws-smithy-http-server/src/operation/mod.rs 4 additions, 6 deletionsrust-runtime/aws-smithy-http-server/src/operation/mod.rs
- rust-runtime/aws-smithy-http-server/src/operation/operation_service.rs 2 additions, 0 deletions...aws-smithy-http-server/src/operation/operation_service.rs
- rust-runtime/aws-smithy-http-server/src/operation/upgrade.rs 2 additions, 5 deletionsrust-runtime/aws-smithy-http-server/src/operation/upgrade.rs
- rust-runtime/aws-smithy-http-server/src/plugin/mod.rs 72 additions, 0 deletionsrust-runtime/aws-smithy-http-server/src/plugin/mod.rs
Loading
Please register or sign in to comment