about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add a simple test for the dispatcherFranck Cuny2013-04-221-0/+22
* Routes inside the dispatcher private and check uniqueness of routesFranck Cuny2013-04-223-26/+24
* Add a very simple exemple to the framework.Franck Cuny2013-04-221-0/+71
* Change the interface to create routes.Franck Cuny2013-04-225-64/+52
* In each route, keep a map of HTTP methods available.Franck Cuny2013-04-222-7/+5
* Split only once per request the path in components.Franck Cuny2013-04-222-7/+9
* Update and rename README.org to README.mdFranck Cuny2013-04-211-1/+1
* Update README.orgFranck Cuny2013-04-211-2/+1
* Apply gofmtFranck Cuny2013-04-212-2/+1
* Let's be specific about the source of the param.Franck Cuny2013-04-212-4/+4
* Add a simple test for the request type.Franck Cuny2013-04-211-0/+32
* Add a constructor to create the Request object.Franck Cuny2013-04-212-5/+9
* Normalize the name of captured components.Franck Cuny2013-04-211-2/+9
* Apply gofmtFranck Cuny2013-04-212-5/+5
* Simplify the dispatch's workflow.Franck Cuny2013-04-215-24/+31
* Rename the type fn to fns and add a real type fnFranck Cuny2013-04-211-4/+5
* Small improvementsFranck Cuny2013-04-213-17/+11
* Disambiguate routes when more than one match.Franck Cuny2013-04-214-14/+84
* Add support for optional parameter in a path.Franck Cuny2013-04-212-7/+43
* Add very simple test to validate routes.Franck Cuny2013-04-211-0/+46
* The test was inversed.Franck Cuny2013-04-211-1/+1
* Clean the Path from useless /.Franck Cuny2013-04-212-1/+17
* Support parameters in URL.Franck Cuny2013-04-212-19/+60
* Very simple implementation for the framework.Franck Cuny2013-04-175-0/+158
* Welcome to mooh.Franck Cuny2013-04-171-0/+12