Skip to content

Latest commit

 

History

History

routing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Routing Examples

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.

Ordering

We recommend reviewing our routing examples in the order shown below:

  1. Introduction - Introduces fundamental router and router builder concepts.
  2. HTTP Verbs - Shows how to route requests to handlers based on HTTP verbs.
  3. Scopes - Combining routes under a common, nestable, root.
  4. Associations - Associate multiple handlers to a single path.

Help

You can get help for the Gotham web framework at:

License

Licensed under your option of:

Community

The following policies guide participation in our project and our community: