diff options
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..773d1f46 --- /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") |