A collection of crates that provide examples of the Gotham web framework Router.
The Router
dispatches Requests
to a linked Route
and handles error
responses when a valid Route
is missing or an internal error state occurs.
We recommend reviewing our routing examples in the order shown below:
- Introduction - Introduces fundamental router and router builder concepts.
- HTTP Verbs - Shows how to route requests to handlers based on HTTP verbs.
- Scopes - Combining routes under a common, nestable, root.
- Associations - Associate multiple handlers to a single path.
You can get help for the Gotham web framework at:
Licensed under your option of:
The following policies guide participation in our project and our community: