We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f0b12 commit c741eaeCopy full SHA for c741eae
test/server.go
@@ -69,6 +69,7 @@ func main() {
69
zenc, _ := zstd.New()
70
zdenc, _ := zstd.New(kpzstd.WithEncoderDict(dictionary))
71
gz, _ := httpcompression.DefaultAdapter(
72
+ httpcompression.MinSize(0),
73
httpcompression.Compressor(zstd.Encoding, 2, zenc),
74
httpcompression.Compressor("z_2e6ca6d1", 3, zdenc),
75
)
0 commit comments