about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add GetPath and GetMethod to the Match object masterFranck Cuny2013-05-122-7/+15
* The Match type implement an interface.Franck Cuny2013-05-121-2/+6
* FmtFranck Cuny2013-05-111-3/+3
* The response object is passed to the matching function.Franck Cuny2013-05-115-20/+17
* remove the example, it does not make sense anymoreFranck Cuny2013-05-081-72/+0
* request and response are in web-requestFranck Cuny2013-05-081-8/+9
* fix importFranck Cuny2013-05-081-1/+1
* clean up last mention of moohFranck Cuny2013-05-081-14/+14
* Clean up messy path before matching a request.Franck Cuny2013-05-082-1/+22
* Rename the package from mooh to routerFranck Cuny2013-05-085-16/+19
* add build status to readmeFranck Cuny2013-05-071-1/+1
* Support travisFranck Cuny2013-05-071-0/+1
* Remove code not related to the router.Franck Cuny2013-05-066-110/+8
* Update the GetRouteList test.Franck Cuny2013-05-061-4/+0
* rename mooh to path routerFranck Cuny2013-05-061-8/+6
* 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-282-3/+41
* By calling AddOptions on the router, a route for OPTIONS is addedFranck Cuny2013-04-283-3/+33
* `BuildRouter` return a reference to itself.Franck Cuny2013-04-282-3/+4
* Add a method to get the HTTP methods supported for a path.Franck Cuny2013-04-282-3/+37
* Add a few more methods for future introspection to the Router.Franck Cuny2013-04-282-4/+101
* Use `knownPaths` to return the list of paths in GetRouteList.Franck Cuny2013-04-281-3/+5
* Update README with correct placeholders in URL.Franck Cuny2013-04-281-3/+3
* Placeholder in URL use the {\w+} form, not :\w+Franck Cuny2013-04-275-23/+23
* Better error message when adding twice the same route.Franck Cuny2013-04-271-1/+1
* Add GetRouteList to the Router.Franck Cuny2013-04-272-2/+23
* Support default value for placeholders in route's path.Franck Cuny2013-04-272-2/+48
* Add exemple for validations in the README.Franck Cuny2013-04-271-0/+20
* Rename all instances of Dispatcher to Router.Franck Cuny2013-04-277-23/+23
* Rename a few files.Franck Cuny2013-04-274-203/+203
* Add benchmark for the router.Franck Cuny2013-04-271-0/+61
* I can't even spell correctly the name of my project.Franck Cuny2013-04-261-1/+1
* Let's start to write some documentation.Franck Cuny2013-04-261-4/+35
* Add Validations for URL parameters.Franck Cuny2013-04-263-20/+178
* Add build statusFranck Cuny2013-04-241-1/+1
* Still need to return something for go < 1.1Franck Cuny2013-04-241-0/+1
* 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