Module gotham::router::tree [] [src]

Defines a hierarchial Tree with subtrees of Node.

Modules

node

Defines Node and SegmentType for Tree

regex

Defines the wrapping type for a segment-matching regex.

Structs

Tree

A hierarchical structure that provides a root Node and subtrees of linked nodes that represent valid Request paths.

TreeBuilder

Constructs a Tree which is sorted and immutable.

Type Definitions

SegmentMapping

Mapping of segment names into the collection of values for that segment.