Expand description
HTTP routing that adheres to the Smithy specification.
Structs§
- Into
Make Service - A
MakeService
that produces router services. - Into
Make Service With Connect Info - A
MakeService
used to insertConnectInfo<T>
intohttp::Request
s. - Lambda
Handler aws-lambda
- A
Service
that takes alambda_http::Request
and converts it tohttp::Request<hyper::Body>
. - Route
- A HTTP [
Service
] representing a single route. - Routing
Future - Routing
Service - A [
Service
] using theRouter
R
to redirect messages to specific routes.
Traits§
- Connected
- Trait that connected IO resources implement and use to produce information about the connection.
- Router
- An interface for retrieving an inner [
Service
] given ahttp::Request
.