Expand description
HTTP routing that adheres to the Smithy specification.
Structs§
- IntoMake Service 
- A MakeServicethat produces router services.
- IntoMake Service With Connect Info 
- A MakeServiceused to insertConnectInfo<T>intohttp::Requests.
- LambdaHandler aws-lambda
- A Servicethat takes alambda_http::Requestand converts it tohttp::Request<hyper::Body>.
- Route
- A HTTP [Service] representing a single route.
- RoutingFuture 
- RoutingService 
- A [Service] using 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 [Service] given ahttp::Request.