summaryrefslogtreecommitdiff
path: root/plugins/http/constants.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-05 00:18:44 +0300
committerValery Piashchynski <[email protected]>2021-01-05 00:18:44 +0300
commit877b0ed461c7d5e1de87b7561f414aeb236cf3ec (patch)
tree2afdf6fa505f91043e4f22bfc7229d691e3da1d5 /plugins/http/constants.go
parent984953a9db1d94817bda2e3d9266583151b1b437 (diff)
Add dput.cf file for the ubuntu launchpad
Add a lot of comments to the exported functions
Diffstat (limited to 'plugins/http/constants.go')
-rw-r--r--plugins/http/constants.go2
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")