logo
Expand description

This module implements the dispatcher.

Structs

The map stores all the URL rules.

Does the URL matching and building based on runtime information.

The matcher holds the url regex object.

Request Slash error. This is for example the case if you request /foo although the correct URL is /foo/.

A Rule represents one URL pattern.

Enums

The map adapter matched value.