Expand description

HTTP routing that adheres to the Smithy specification.

Structs

A MakeService that produces router services.

How routes are stored inside a Router.

The router is a [tower::Service] that routes incoming requests to other Services based on the request’s URI and HTTP method or on some specific header setting the target operation. The former is adhering to the Smithy specification, while the latter is adhering to the AwsJson specification.

Response future for Router.