Module tsukuyomi::router[][src]

The implementation of router.

Modules

recognizer

The implementation of route recognizer.

Structs

Builder

A builder object for constructing an instance of Router.

Endpoint

A type representing an endpoint.

Mount

A proxy object for adding routes with the certain prefix.

Route

A proxy object for creating an endpoint from a handler function.

Router

An HTTP router.

Uri