summaryrefslogtreecommitdiff
path: root/plugins/http/constants.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-15 12:55:12 +0300
committerValery Piashchynski <[email protected]>2020-11-15 12:55:12 +0300
commit5260639a7e95d4d4a36b46fd4b19f665a0a60ef9 (patch)
tree31b2a616b385eb2e207b1f6e0b1269d37f95af75 /plugins/http/constants.go
parenta7ba4df83b4f2c67a3a0fb9d1dd35663935c90be (diff)
Initial commit of http 2.0 plugin
Diffstat (limited to 'plugins/http/constants.go')
-rw-r--r--plugins/http/constants.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/http/constants.go b/plugins/http/constants.go
new file mode 100644
index 00000000..a25f52a4
--- /dev/null
+++ b/plugins/http/constants.go
@@ -0,0 +1,6 @@
+package http
+
+import "net/http"
+
+var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push")
+var trailerHeaderKey = http.CanonicalHeaderKey("trailer")