aboutsummaryrefslogtreecommitdiff
path: root/strings.go
diff options
context:
space:
mode:
Diffstat (limited to 'strings.go')
-rw-r--r--strings.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings.go b/strings.go
index 3374678..a9e4072 100644
--- a/strings.go
+++ b/strings.go
@@ -72,6 +72,7 @@ var (
strClose = []byte("close")
strGzip = []byte("gzip")
strBr = []byte("br")
+ strZstd = []byte("zstd")
strDeflate = []byte("deflate")
strKeepAlive = []byte("keep-alive")
strUpgrade = []byte("Upgrade")