about summary refs log tree commit diff
path: root/dispatcher.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Routes inside the dispatcher private and check uniqueness of routesFranck Cuny2013-04-221-22/+20
* Change the interface to create routes.Franck Cuny2013-04-221-14/+13
* In each route, keep a map of HTTP methods available.Franck Cuny2013-04-221-0/+1
* Split only once per request the path in components.Franck Cuny2013-04-221-1/+5
* Simplify the dispatch's workflow.Franck Cuny2013-04-211-5/+6
* Small improvementsFranck Cuny2013-04-211-6/+0
* Disambiguate routes when more than one match.Franck Cuny2013-04-211-3/+41
* Clean the Path from useless /.Franck Cuny2013-04-211-0/+10
* Support parameters in URL.Franck Cuny2013-04-211-3/+3
* Very simple implementation for the framework.Franck Cuny2013-04-171-0/+53