diff options
Diffstat (limited to 'plugins/http/constants.go')
-rw-r--r-- | plugins/http/constants.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/http/constants.go b/plugins/http/constants.go new file mode 100644 index 00000000..c3d5c589 --- /dev/null +++ b/plugins/http/constants.go @@ -0,0 +1,8 @@ +package http + +import "net/http" + +var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push") + +// TrailerHeaderKey http header key +var TrailerHeaderKey = http.CanonicalHeaderKey("trailer") |