Module gotham::router [] [src]

Defines the Gotham Router and supporting types.

Modules

request

Defines Router functionality which acts on the Request

response

Defines Router functionality which acts on the Response

route

Defines types that support individual application routes.

tree

Defines a hierarchial Tree with subtrees of Node.

Structs

Router

Responsible for dispatching Requests to a linked Route and dispatching error states when a valid Route is unable to be determined or internal error states occur.