about summary refs log tree commit diff
path: root/router_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the GetRouteList test.Franck Cuny2013-05-061-4/+0
* Generate route to respond with 405 when the HTTP method is not existing.Franck Cuny2013-04-281-1/+12
* By calling AddOptions on the router, a route for OPTIONS is addedFranck Cuny2013-04-281-0/+11
* Add a method to get the HTTP methods supported for a path.Franck Cuny2013-04-281-3/+26
* Add a few more methods for future introspection to the Router.Franck Cuny2013-04-281-0/+64
* Add GetRouteList to the Router.Franck Cuny2013-04-271-0/+16
* Rename all instances of Dispatcher to Router.Franck Cuny2013-04-271-4/+4
* Rename a few files.Franck Cuny2013-04-271-181/+6
* Add Validations for URL parameters.Franck Cuny2013-04-261-9/+102
* Routes inside the dispatcher private and check uniqueness of routesFranck Cuny2013-04-221-3/+3
* Change the interface to create routes.Franck Cuny2013-04-221-11/+11
* Apply gofmtFranck Cuny2013-04-211-4/+4
* Simplify the dispatch's workflow.Franck Cuny2013-04-211-9/+7
* Small improvementsFranck Cuny2013-04-211-6/+10
* Disambiguate routes when more than one match.Franck Cuny2013-04-211-2/+32
* Add support for optional parameter in a path.Franck Cuny2013-04-211-0/+26
* Add very simple test to validate routes.Franck Cuny2013-04-211-0/+46