COMMITS
January 30, 2024
S
fix: only append MethodOptions as allowed method if HandleOPTIONS is true (#360)
Simon Hauser committed
H
Explained how to install the package to guide beginners (#341)
Hildeberto Mendonça committed
D
Added Intake to web frameworks based on HttpRouter (#356)
dbubel committed
S
Added Jett to web frameworks based on HttpRouter (#355)
Saurabh Pujari committed
X
tree: fix unnecessary type conversion (#365)
xpume committed
D
Update README.md - add nchi (#368)
David Sharnoff committed
J
README: Remove Travis Badge
Julien Schmidt committed
June 3, 2022
F
Fix: #322 (#342)
Fov committed
J
Use pkg.go.dev domain (#346)
Joseph Mukorivo committed
September 21, 2020
W
Support TSR when wildcard follows named param (#321)
Weijun Huang committed
August 14, 2020
J
router: explicitly ignore cast err and remove ps shadowing
Julien Schmidt committed
J
tree: reduce nesting
Julien Schmidt committed
J
tree_test: remove superfluous conversions to string
Julien Schmidt committed
J
tree_test: rewrite if-else chain as switch
Julien Schmidt committed
J
tree_test: remove dead code
Julien Schmidt committed
J
Remove bare returns
Julien Schmidt committed
J
Fix for-range scope issues
Julien Schmidt committed
July 26, 2020
J
tree: simplify empty tree check
Julien Schmidt committed
July 24, 2020
R
README: Fix Automatic OPTIONS responses and CORS example bug (#314)
Razon Yang committed
January 14, 2020
G
router: document OPTIONS shortcut function (#295)
Grant Stephens committed
January 13, 2020
J
router: clarify that MatchedRoutePathParam is only used when Router.SaveMatchedRoutePath is set
Julien Schmidt committed
J
router: clarify that Params.MatchedRoutePath requires Router.SaveMatchedRoutePath to be set
Julien Schmidt committed
J
router: extend matched route path test for static routes
Julien Schmidt committed
January 12, 2020
J
router: save matched route path to Params
Julien Schmidt committed
J
router: clarify when the matched route path is saved
Julien Schmidt committed
J
router: extended MatchedRoutePathFromContext test
Julien Schmidt committed
J
router: range over Params values
Julien Schmidt committed
J
tree: remove duplicate assignment
Julien Schmidt committed
November 21, 2019
G
router: add option to save matched route path
George MacRorie committed
January 11, 2020
J
tree: use stack buffer for common cases in findCaseInsensitivePath
Julien Schmidt committed