about summary refs log tree commit diff
path: root/request_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove code not related to the router.Franck Cuny2013-05-061-41/+0
* `BuildRouter` return a reference to itself.Franck Cuny2013-04-281-1/+1
* Placeholder in URL use the {\w+} form, not :\w+Franck Cuny2013-04-271-1/+1
* Rename all instances of Dispatcher to Router.Franck Cuny2013-04-271-3/+3
* Add Validations for URL parameters.Franck Cuny2013-04-261-1/+9
* Routes inside the dispatcher private and check uniqueness of routesFranck Cuny2013-04-221-1/+1
* Change the interface to create routes.Franck Cuny2013-04-221-1/+2
* Let's be specific about the source of the param.Franck Cuny2013-04-211-1/+1
* Add a simple test for the request type.Franck Cuny2013-04-211-0/+32