diff options
author | Valery Piashchynski <[email protected]> | 2020-11-15 12:55:12 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-15 12:55:12 +0300 |
commit | 5260639a7e95d4d4a36b46fd4b19f665a0a60ef9 (patch) | |
tree | 31b2a616b385eb2e207b1f6e0b1269d37f95af75 /plugins/http/constants.go | |
parent | a7ba4df83b4f2c67a3a0fb9d1dd35663935c90be (diff) |
Initial commit of http 2.0 plugin
Diffstat (limited to 'plugins/http/constants.go')
-rw-r--r-- | plugins/http/constants.go | 6 |
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") |