1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 00:45:46 +00:00
gitea/modules/web
KN4CK3R 3f280f89e7
Update HTTP status codes to modern codes (#18063)
* 2xx/3xx/4xx/5xx -> http.Status...
* http.StatusFound -> http.StatusTemporaryRedirect
* http.StatusMovedPermanently -> http.StatusPermanentRedirect
2022-03-23 12:54:07 +08:00
..
middleware format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
routing format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
route_test.go Update HTTP status codes to modern codes (#18063) 2022-03-23 12:54:07 +08:00
route.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
wrap_convert.go Fix route wrap (#18360) 2022-01-22 15:05:22 +00:00
wrap.go Refactor Router Logger (#17308) 2022-01-20 19:41:25 +08:00