diff options
Diffstat (limited to 'plugins/http/constants.go')
-rw-r--r-- | plugins/http/constants.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/http/constants.go b/plugins/http/constants.go index 773d1f46..c3d5c589 100644 --- a/plugins/http/constants.go +++ b/plugins/http/constants.go @@ -3,4 +3,6 @@ package http import "net/http" var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push") + +// TrailerHeaderKey http header key var TrailerHeaderKey = http.CanonicalHeaderKey("trailer") |