about summary refs log tree commit diff
path: root/mooh.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove code not related to the router.Franck Cuny2013-05-061-32/+0
* Rename all instances of Dispatcher to Router.Franck Cuny2013-04-271-1/+1
* Change the interface to create routes.Franck Cuny2013-04-221-0/+1
* Add a constructor to create the Request object.Franck Cuny2013-04-211-5/+2
* Simplify the dispatch's workflow.Franck Cuny2013-04-211-7/+9
* Disambiguate routes when more than one match.Franck Cuny2013-04-211-1/+5
* Very simple implementation for the framework.Franck Cuny2013-04-171-0/+28