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, 6 insertions, 0 deletions
diff --git a/service/http/constants.go b/service/http/constants.go
new file mode 100644
index 00000000..a25f52a4
--- /dev/null
+++ b/service/http/constants.go
@@ -0,0 +1,6 @@
+package http
+
+import "net/http"
+
+var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push")
+var trailerHeaderKey = http.CanonicalHeaderKey("trailer")