summaryrefslogtreecommitdiff
path: root/plugins/http/constants.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-19 21:34:22 +0300
committerValery Piashchynski <[email protected]>2020-11-19 21:34:22 +0300
commitbc0be9c17220220ae9b40b65e874701edaecd8ce (patch)
tree6ee032eee330f8bc8824e426bab1846c9479333c /plugins/http/constants.go
parent729c19af8c410a28b7b46c134fd7fe9608cd73b1 (diff)
Add SSL tests
Diffstat (limited to 'plugins/http/constants.go')
-rw-r--r--plugins/http/constants.go2
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")