Module aws_smithy_http_server::routing
source · Expand description
HTTP routing that adheres to the Smithy specification.
Structs§
- A
MakeService
that produces router services. - LambdaHandler
aws-lambda
- A HTTP [
Service
] representing a single route.
Traits§
- Trait that connected IO resources implement and use to produce information about the connection.
- An interface for retrieving an inner [
Service
] given ahttp::Request
.