-
- Downloads
Improve HTTP behavior of the status page
* Add a gzip encoding handler * Add cache-friendly headers to static content * Refactor the status page handler to look like a http.Handler * Update jquery to current version
parent
eddec4e9
Branches
No related tags found
Checking pipeline status
Showing
- go.mod 1 addition, 2 deletionsgo.mod
- go.sum 13 additions, 23 deletionsgo.sum
- node/Makefile 1 addition, 1 deletionnode/Makefile
- node/bindata.go 30 additions, 30 deletionsnode/bindata.go
- node/debug.go 39 additions, 4 deletionsnode/debug.go
- node/http.go 16 additions, 29 deletionsnode/http.go
- node/static/js/jquery-3.4.0.slim.min.js 0 additions, 2 deletionsnode/static/js/jquery-3.4.0.slim.min.js
- node/static/js/jquery-3.4.0.slim.min.js.br 0 additions, 0 deletionsnode/static/js/jquery-3.4.0.slim.min.js.br
- node/static/js/jquery-3.4.0.slim.min.js.gz 0 additions, 0 deletionsnode/static/js/jquery-3.4.0.slim.min.js.gz
- node/static/js/jquery-3.5.1.slim.min.js 2 additions, 0 deletionsnode/static/js/jquery-3.5.1.slim.min.js
- node/static/js/jquery-3.5.1.slim.min.js.br 0 additions, 0 deletionsnode/static/js/jquery-3.5.1.slim.min.js.br
- node/static/js/jquery-3.5.1.slim.min.js.gz 0 additions, 0 deletionsnode/static/js/jquery-3.5.1.slim.min.js.gz
- node/templates/index.html 1 addition, 1 deletionnode/templates/index.html
- vendor/github.com/NYTimes/gziphandler/.gitignore 1 addition, 0 deletionsvendor/github.com/NYTimes/gziphandler/.gitignore
- vendor/github.com/NYTimes/gziphandler/.travis.yml 10 additions, 0 deletionsvendor/github.com/NYTimes/gziphandler/.travis.yml
- vendor/github.com/NYTimes/gziphandler/CODE_OF_CONDUCT.md 75 additions, 0 deletionsvendor/github.com/NYTimes/gziphandler/CODE_OF_CONDUCT.md
- vendor/github.com/NYTimes/gziphandler/CONTRIBUTING.md 30 additions, 0 deletionsvendor/github.com/NYTimes/gziphandler/CONTRIBUTING.md
- vendor/github.com/NYTimes/gziphandler/LICENSE 201 additions, 0 deletionsvendor/github.com/NYTimes/gziphandler/LICENSE
- vendor/github.com/NYTimes/gziphandler/README.md 56 additions, 0 deletionsvendor/github.com/NYTimes/gziphandler/README.md
- vendor/github.com/NYTimes/gziphandler/go.mod 5 additions, 0 deletionsvendor/github.com/NYTimes/gziphandler/go.mod
Loading
Please register or sign in to comment