diff options
author | Valery Piashchynski <[email protected]> | 2020-11-26 15:30:16 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-26 15:30:16 +0300 |
commit | ee68279e68ab854ae313fc84ea6a2a905133da87 (patch) | |
tree | f0731b1bbbc996347060e8c88d49616090877a65 /plugins/http/constants.go | |
parent | 0a48a027642a34c560717526c55f70b7260d678c (diff) | |
parent | 7ef7ce5859be3b30476167ee9a2d9d3b0092259a (diff) |
Merge pull request #400 from spiral/plugin/http
[RR2] New http plugin for the RR 2.0
Diffstat (limited to 'plugins/http/constants.go')
-rw-r--r-- | plugins/http/constants.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/http/constants.go b/plugins/http/constants.go new file mode 100644 index 00000000..773d1f46 --- /dev/null +++ b/plugins/http/constants.go @@ -0,0 +1,6 @@ +package http + +import "net/http" + +var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push") +var TrailerHeaderKey = http.CanonicalHeaderKey("trailer") |