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