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 1f60ad2..fa3b805 100644
--- a/strings.go
+++ b/strings.go
@@ -29,6 +29,7 @@ var (
strServer = []byte("Server")
strTransferEncoding = []byte("Transfer-Encoding")
strUserAgent = []byte("User-Agent")
+ strCookie = []byte("Cookie")
strClose = []byte("close")
strChunked = []byte("chunked")