gitea/modules/web
wxiaoguang 43c7a2e7b1
Refactor names ()
This PR only does "renaming":

* `Route` should be `Router` (and chi router is also called "router")
* `Params` should be `PathParam` (to distingush it from URL query param, and to match `FormString`)
* Use lower case for private functions to avoid exposing or abusing
..
middleware Delete legacy cookie before setting new cookie ()
routing Update tool dependencies ()
types Refactor web package and context package ()
handler.go Use maintained gziphandler ()
route.go Refactor names ()
route_test.go Refactor names ()
routemock.go Refactor names ()
routemock_test.go Refactor names ()