httpbuffer
Package httpbuffer provides a buffer for HTTP requests so that the Content-Length may be set and compression applied for dynamic pages.
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
827
2025/09/26 08:40:00
install brotli headers in CI
brotli
README.md
385
2025/09/29 07:20:06
add usage note
brotli.go
823
2024/08/15 20:27:53
delint'd
deflate
README.md
381
2025/09/29 07:20:12
add usage note
deflate.go
944
2025/09/11 07:07:26
re-formatted
gzip
README.md
363
2025/09/29 07:20:01
add usage note
gzip.go
1048
2025/09/11 07:07:30
re-formatted
LICENSE
767
2017/09/30 21:11:50
added LICENSE
README.md
1697
2025/10/08 06:24:46
corrected whitespace
buffer.go
2412
2025/10/08 06:24:23
don't send compressed data if no data was written
buffer_test.go
2176
2025/10/08 06:24:40
added test for compressing nothing
examples_test.go
589
2025/09/26 08:33:06
added simple example
go.mod
191
2025/09/26 08:32:55
updated go version
go.sum
559
2025/09/26 08:35:56
added go.sum
register.go
869
2024/08/15 20:27:53
delint'd