module documentation

Undocumented

Exception BuildError Raised if the build system cannot find a URL for an endpoint with the values provided.
Exception NoMatch Undocumented
Exception RequestAliasRedirect This rule is an alias and wants to redirect to the canonical URL.
Exception RequestPath Internal exception.
Exception RequestRedirect Raise if the map requests a redirect. This is for example the case if `strict_slashes` are activated and an url that requires a trailing slash.
Exception RoutingException Special exceptions that require the application to redirect, notifying about missing urls, etc.
Exception WebsocketMismatch The only matched rule is either a WebSocket and the request is HTTP, or the rule is HTTP and the request is a WebSocket.