diff options
Diffstat (limited to 'service/http/constants.go')
-rw-r--r-- | service/http/constants.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/service/http/constants.go b/service/http/constants.go new file mode 100644 index 00000000..a25f52a4 --- /dev/null +++ b/service/http/constants.go @@ -0,0 +1,6 @@ +package http + +import "net/http" + +var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push") +var trailerHeaderKey = http.CanonicalHeaderKey("trailer") |