proxy.golang.org : github.com/robfig/pathtree : v0.0.0-20140121041023-41257a1839e9
pathtree implements a tree for fast path lookup. Restrictions Wildcards are named path elements that may match any strings in that location. Two different kinds of wildcards are permitted: Single element wildcards in the last path element can optionally end with an extension. This allows for routes like '/users/:id.json', which will not conflict with '/users/:id'. Paths are mapped to the tree in the following way: Edges are implemented as a map from the path element name to the next node in the path.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/robfig/[email protected]
Published:
Indexed: