213 Commits (5ab525f4fb1678e197ae59401e9050fa0b6cb5fd)
 

Author SHA1 Message Date
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
Pavel Ivanov f9aa23a02b Add tests for support for queries in URL reversing. 9 years ago
Pavel Ivanov 9c9af153a1 Add support for queries in URL reversing. 9 years ago
Nick Hudkins 043ee6597c Update Walking Routes Section 9 years ago
Nick Hudkins 59ce66852b Fix invalid example code 9 years ago
Brian Michel 85b8c203a4 Removing half of conflict marker (#268) 9 years ago
Nick Miyake 456bcfa82d Update README with example for Router.Walk 9 years ago
Nick Miyake 4d814f7650 Update ancestors parameter for WalkFunc for matcher subrouters 9 years ago
Nick Miyake a322b2c2ec Update Walk to match all subrouters 9 years ago
Chris Hines bcd8bc72b0 Support building URLs with non-http schemes. (#260) 9 years ago
Bulat Gaifullin 751308a60a Updated README 9 years ago
Bulat Gaifullin b552615e22 Added method Route.GetMethods 9 years ago
Bulat Gaifullin 1856953e53 Added method Route.GetPathRegexp 9 years ago
Carlos Alexandro Becker 4c1c3952b7 fixed typo (#250) 9 years ago
Diego Siqueira 599cba5e7b Fixing Regexp in the benchmark test (#234) 9 years ago
Shane Smith-Sahnow ad4ce0eb16 updating logic in route matcher, cleaner and saner (#235) 9 years ago
Kamil Kisiel 999ef73f5d Merge pull request #232 from DavidJFelix/patch-1 9 years ago
David J. Felix 89d16fe9a0 Add sourcegraph badge 9 years ago
Kamil Kisiel 94e7d24fd2 Add Go 1.8 to .travis.yml 9 years ago
Adam Eijdenberg 392c28fe23 [bugfix] fail fast if regex is incorrectly specified using capturing groups. (#218) 9 years ago
Shawn Smith cafdb65e9e [docs] Add route listing example to README 9 years ago
Kamil Kisiel b12896167c Merge pull request #199 from wirehead/minor-doc-tweek 9 years ago
Kamil Kisiel 34dda716af Merge pull request #215 from ShaneSaww/fix_for_subroutes_with_pathPrefix 9 years ago
ShaneSaww b9ff34f617 Adding some extra tests, to hit all the use cases 9 years ago
ShaneSaww 293ebe1493 Adding in a check for routes with just / 9 years ago
Ken Wronkiewicz 910dd3aa31 Remove unnecessary line from example 9 years ago
Ken Wronkiewicz 239e05fe53 Clarify how route variables work. (#151) 9 years ago
Kamil Kisiel 757bef944d Merge pull request #196 from olt/doc-non-capture-groups 9 years ago