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>intohttp::Requests. - Lambda
Handler aws-lambda - A
Servicethat takes alambda_http::Requestand converts it tohttp::Request<hyper::Body>. - Route
- A HTTP
Servicerepresenting a single route. - Routing
Future - Routing
Service - A
Serviceusing theRouterRto 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
Servicegiven ahttp::Request.