255 Commits (08e7f807d38d6a870193019bb439056118661505)
 

Author SHA1 Message Date
Gregor Weckbecker 08e7f807d3 Ignore ErrNotFound while matching Subrouters (#438) 7 years ago
santsai f3ff42f93a getHost() now returns full host & port information (#383) 7 years ago
tomare ef912dd76e [bugfix] Clear matchErr when traversing subrouters. 7 years ago
Raees a31c1782bf Replace domain.com with example.com (#434) 7 years ago
Michael Li 6137e193cd remove redundant code that remove support gorilla/context (#427) 7 years ago
Matt Silverlock d2b5d13b92
Update and rename stale to stale.yml (#425) 7 years ago
Matt Silverlock 419fd9fe2a Add stalebot config (#424) 7 years ago
Joe Wilner 758eb64354 Improve subroute configuration propagation #422 7 years ago
kanozec 3d80bc801b Use subtests in mux_test.go (#415) 7 years ago
Nguyen Ngoc Trung (Steven) 521ea7b17d Use constant for 301 status code in regexp.go (#412) 7 years ago
Kamil Kisiel deb579d6e0
README.md: Update site URL 7 years ago
Matt Silverlock 9e1f5955c0 Always run on the latest stable Go version. (#402) 7 years ago
Matt Silverlock cf6680bc62
Create release-drafter.yml (#399) 7 years ago
Franklin Harding 8771f97498 Drop support for Go < 1.7: remove gorilla/context (#391) 7 years ago
Shalom Yerushalmy 962c5bed07 Add 1.11 to build in travis (#398) 7 years ago
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