You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/web
wxiaoguang 43c7a2e7b1
Refactor names (#31405)
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
8 months ago
..
middleware Delete legacy cookie before setting new cookie (#31306) 8 months ago
routing Update tool dependencies (#26607) 1 year ago
types Refactor web package and context package (#25298) 2 years ago
handler.go Use maintained gziphandler (#30592) 10 months ago
route.go Refactor names (#31405) 8 months ago
route_test.go Refactor names (#31405) 8 months ago
routemock.go Refactor names (#31405) 8 months ago
routemock_test.go Refactor names (#31405) 8 months ago