httpgzip
Package httpgzip is a simple wrapper around http.FileServer that looks for a compressed version of a file and serves that if the client requested compressed content
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/09/27 09:28:45
added CI
LICENSE
767
2015/11/23 16:39:15
Added license
README.md
2171
2025/09/27 09:32:25
added better README
examples_test.go
1151
2025/09/27 09:30:26
added simple example
fileserver.go
3750
2025/09/27 09:29:08
make sure Content-Length is set for compressed data
fileserver_test.go
2972
2025/09/27 09:29:16
added tests
go.mod
158
2025/09/27 09:30:02
updated httpencoding lib
go.sum
366
2025/09/27 09:30:02
updated httpencoding lib