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
291
2026/07/24 20:14:00
update README
brotli.go
1050
2026/07/30 21:18:44
deprecate special brotli import in favour of Option func
deflate
README.md
381
2025/09/29 07:20:12
add usage note
deflate.go
1039
2026/07/30 21:12:42
deprecate special deflate import in favour of Option func
gzip
README.md
363
2025/09/29 07:20:01
add usage note
gzip.go
1140
2026/07/30 21:07:31
deprecate special gzip import in favour of Option type
zstd
README.md
278
2026/07/24 20:29:45
added README
zstd.go
1054
2026/07/30 21:22:51
deprecate special zstd import in favour of Option func
LICENSE
767
2017/09/30 21:11:50
added LICENSE
README.md
2141
2026/07/31 08:55:09
removed now incorrect highlight
buffer.go
3268
2026/07/31 08:54:58
restructured code for easier reading
buffer_test.go
3319
2026/08/01 17:09:00
added test for custom response code
examples_test.go
1322
2026/07/31 08:38:13
update example to use New fn
go.mod
292
2026/07/30 20:00:12
updated httpencoding library
go.sum
1064
2026/07/30 20:00:12
updated httpencoding library
options.go
3288
2026/07/31 08:45:50
added option comments
register.go
1075
2026/07/30 21:08:14
deprecate Register func