290 Commits (master)
 

Author SHA1 Message Date
Kamil Kisiel e48e440e4c Add test for multiple calls to Name(). 7 years ago
Kamil Kisiel 815b8c6a26 Clarify behaviour of Name method if called multiple times. 7 years ago
Matt Silverlock cb4698366a Update LICENSE & AUTHORS files. (#386) 8 years ago
Jim Kalafut e0b5abaaae Initialize user map (#371) 8 years ago
Matt Silverlock c85619274f [deps] Add go.mod for versioned Go (#376) 8 years ago
Matt Silverlock e3702bed27
[docs] Improve docstrings for middleware, skipclean (#375) 8 years ago
Sean Walberg fdeb7bc314 [docs] Doc fix for testing variables in path (#374) 8 years ago
Franklin Harding 5e55a4adb8 Add CORSMethodMiddleware (#366) 8 years ago
Matt Silverlock ded0c29b24
Fix linter issues (docs) (#370) 8 years ago
Matt Silverlock b57cb1605f
[build] Update Go versions; add 1.10.x (#364) 8 years ago
brandon-height 94231ffd98 Fix table-driven example documentation (#363) 8 years ago
Johan Svensson 4dbd923b0c Make Use() variadic (#355) 8 years ago
Geon Kim 07ba1fd60e Modify http status code to variable in README (#350) 8 years ago
Geon Kim d284fd8421 Modify 403 status code to const variable (#349) 8 years ago
Kamil Kisiel c0091a0299
Create authentication middleware example. (#340) 8 years ago
Franklin Harding 0fdf828bb2 [docs] Clarify SetURLVars (#335) 8 years ago
Kamil Kisiel 077b44c2cf [docs] Document route.Get* methods consistently (#338) 8 years ago
Kamil Kisiel dc83507598 [docs] README.md: Improve "walking routes" example. (#337) (#323) 8 years ago
safeoy 3dbb9ed96e README.md: add miss "time" (#336) 8 years ago
Matt Silverlock ad8790881f
[docs] Fix doc.go (#333) 8 years ago
Matt Silverlock 69dae3b874 [docs] Add testing example (#331) 8 years ago
Matt Silverlock 63c5c2f1f0 [docs] Fix Middleware docs typos (#332) 8 years ago
Kamil Kisiel 85e6bfff1a
Update doc.go: r.AddMiddleware(...) -> r.Use(...) 8 years ago
Kush Mansingh 0b74e3d0fe Make shutdown docs compilable (#330) 8 years ago
Roberto Santalla 53c1911da2 [feat] Add middleware support as discussed in #293 (#294) 8 years ago
Matt Silverlock 5bbbb5b2b5
[docs] Add graceful shutdown example (#329) 8 years ago
Kamil Kisiel 512169e5d7
refactor routeRegexp, particularily newRouteRegexp. (#328) 8 years ago
Zak Chitty 5ab525f4fb Public test API to set URL params (#322) 8 years ago
Matthew 7904d2e42e [docs] Add example usage for Route.HeadersRegexp (#320) 8 years ago
Matt Silverlock c572efe429 [docs] Note StrictSlash re-direct behaviour #308 (#321) 8 years ago
Matt Silverlock 65ec7248c5
Create ISSUE_TEMPLATE.md (#318) 8 years ago
Matthew 4a3d4f3dd2 [bugfix] Fix method subrouter handler matching (#300) (#317) 8 years ago
Chris Dostert 2d5fef06b8 [docs] fix outdated UseEncodedPath method docs (#314) 8 years ago
Roberto Santalla 7f08801859 MatchErr is set to ErrNotFound if NotFoundHandler is used (#311) 8 years ago
Kamil Kisiel 9f48112f18 [docs] Document router.Match (#313) 8 years ago
Matt Silverlock bc452d92e3
[build] Allow tip failures (#312) 8 years ago
Kamil Kisiel 7625a85c14 .travis.yml: Remove versions < go1.5 from build matrix 8 years ago
Mike Busch c9183aaddd use req.URL.EscapedPath() instead of getPath(req) (#306) 8 years ago
Paul B. Beskow 10490f55fa GetQueryTemplates and GetQueryRegexp extraction (#304) 8 years ago
Adam Ouellette 9bd9ff2d1d Added 1.9 build step (#303) 8 years ago
Pontus Leitzler bdd5a5a1b0 Fix WriteHeader in TestA301ResponseWriter. (#301) 8 years ago
Matthew Riley 3f19343c7d [docs] Document evaluation order for routes (#297) 8 years ago
Stephan Renatus 24fca303ac [docs] README.md: add missing `.` (#292) 8 years ago
Matt Silverlock bb285ea687 [docs] Fix missing space in docstring (#289) 8 years ago
Mayank Patel a659b61323 Fix #271: Return 405 instead of 404 when request method doesn't match the route 8 years ago
Chris Hines ac112f7d75 Prefer scheme on child route when building URLs. 9 years ago
Chris Hines 37b3a6cace Use scheme from parent router when building URLs. 9 years ago
Cody Oss 8c683ee571 Fix typo 9 years ago
Chris Hines 18fca31550 Add test and fix for escaped query values. 9 years ago
Chris Hines c7a138dbc1 Update docs. 9 years ago