Expand description
HTTP routing that adheres to the Smithy specification.
Structs§
- Into
Make Service - A
MakeServicethat produces router services. - Into
Make Service With Connect Info - A
MakeServiceused to insertConnectInfo<T>intoRequests. - Lambda
Handler aws-lambda - A
Servicethat takes alambda_http::Requestand converts it tohttp::Request<BoxBody>. - Route
- A HTTP [
Service] representing a single route. - Routing
Future - Routing
Service - A [
Service] using theRouterRto redirect messages to specific routes.