This repository has been archived on 2024-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/routers/routes
Farid AYOUJIL 1737a76e1f
Adding Chi's GetHead middleware (#14541)
Before moving to Chi, HEAD requests were automatically answered by GET
handlers (SetAutoHead(true) from macaron was used).

This Change will restore the previous behaviour.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2021-02-02 10:53:42 +02:00
..
base.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
install.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
web.go Adding Chi's GetHead middleware (#14541) 2021-02-02 10:53:42 +02:00