summaryrefslogtreecommitdiff
path: root/service/http/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/http/constants.go')
-rw-r--r--service/http/constants.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/service/http/constants.go b/service/http/constants.go
deleted file mode 100644
index a25f52a4..00000000
--- a/service/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")