diff options
Diffstat (limited to 'plugins/http/constants.go')
-rw-r--r-- | plugins/http/constants.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/http/constants.go b/plugins/http/constants.go deleted file mode 100644 index 773d1f46..00000000 --- a/plugins/http/constants.go +++ /dev/null @@ -1,6 +0,0 @@ -package http - -import "net/http" - -var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push") -var TrailerHeaderKey = http.CanonicalHeaderKey("trailer") |