gitea/modules/httpcache
silverwind 2fe0dab2d5
Add Cache-Control header to html and api responses, add no-transform () ()
`no-transform` allegedly disables CloudFlare auto-minify and we did not
set caching headers on html or api requests, which seems good to have
regardless.

Transformation is still allowed for asset requests.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Andrew Thornton <art27@cantab.net>
..
httpcache.go Add Cache-Control header to html and api responses, add no-transform () ()
httpcache_test.go format with gofumpt ()