Versions in this module Expand all Collapse all v1 v1.0.1 Apr 3, 2014 v1.0.0 Feb 25, 2014 Changes in this version + type Match struct + Params map[string]string + Route interface{} + type Trie struct + func New() *Trie + func (self *Trie) AddRoute(httpMethod, pathExp string, route interface{}) error + func (self *Trie) Compress() + func (self *Trie) FindRoutes(httpMethod, path string) []*Match + func (self *Trie) FindRoutesAndPathMatched(httpMethod, path string) ([]*Match, bool) + func (self *Trie) FindRoutesForPath(path string) []*Match