about summary refs log tree commit diff
path: root/router.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* The response object is passed to the matching function.Franck Cuny2013-05-111-8/+8
* Clean up messy path before matching a request.Franck Cuny2013-05-081-1/+9
* Rename the package from mooh to routerFranck Cuny2013-05-081-2/+2
* Remove code not related to the router.Franck Cuny2013-05-061-4/+5
* Add a one line documentation for the public methods in the routerFranck Cuny2013-04-291-0/+11
* gofmtFranck Cuny2013-04-281-3/+3
* Generate route to respond with 405 when the HTTP method is not existing.Franck Cuny2013-04-281-2/+29
* By calling AddOptions on the router, a route for OPTIONS is addedFranck Cuny2013-04-281-0/+16
* `BuildRouter` return a reference to itself.Franck Cuny2013-04-281-2/+3
* Add a method to get the HTTP methods supported for a path.Franck Cuny2013-04-281-0/+11
* Add a few more methods for future introspection to the Router.Franck Cuny2013-04-281-4/+37
* Use `knownPaths` to return the list of paths in GetRouteList.Franck Cuny2013-04-281-3/+5
* Better error message when adding twice the same route.Franck Cuny2013-04-271-1/+1
* Add GetRouteList to the Router.Franck Cuny2013-04-271-2/+7
* Rename all instances of Dispatcher to Router.Franck Cuny2013-04-271-7/+7
* Rename a few files.Franck Cuny2013-04-271-0/+99