aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-chi/chi/context.go
Commit message (Collapse)AuthorAgeFilesLines
* Update chi/middleware to chi/v5/middleware (#17888)zeripath2021-12-021-157/+0
| | | | | | Fix #17880 Co-authored-by: Lauris BH <lauris@nix.lv>
* go1.16 (#14783)techknowlogick2021-02-281-27/+0
|
* Fix recovery middleware to render gitea style page. (#13857)Lunny Xiao2021-01-051-21/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Some changes to fix recovery * Move Recovery to middlewares * Remove trace code * Fix lint * add session middleware and remove dependent on macaron for sso * Fix panic 500 page rendering * Fix bugs * Fix fmt * Fix vendor * recover unnecessary change * Fix lint and addd some comments about the copied codes. * Use util.StatDir instead of com.StatDir Co-authored-by: 6543 <6543@obermui.de>
* Introduce go chi web framework as frontend of macaron, so that we can move ↵Lunny Xiao2020-11-131-0/+172
routes from macaron to chi step by step (#7420) * When route cannot be found on chi, go to macaron * Stick chi version to 1.5.0 * Follow router log setting