Module tsukuyomi::router[][src]

[unstable] The implementation of router used by the framework.

Modules

recognizer

The implementation of route recognizer based on radix tree.

Structs

Builder

A builder object for constructing an instance of Router.

Mount

A proxy object for adding routes with the certain prefix.

Route

A type representing an endpoint.

Router

An HTTP router.