Module routing

Source
Expand description

HTTP routing that adheres to the Smithy specification.

Structs§

IntoMakeService
A MakeService that produces router services.
IntoMakeServiceWithConnectInfo
A MakeService used to insert ConnectInfo<T> into http::Requests.
LambdaHandleraws-lambda
A Service that takes a lambda_http::Request and converts it to http::Request<hyper::Body>.
Route
A HTTP [Service] representing a single route.
RoutingFuture
RoutingService
A [Service] using the Router 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 a http::Request.