diff options
Diffstat (limited to 'pkg/worker_handler/constants.go')
-rw-r--r-- | pkg/worker_handler/constants.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/worker_handler/constants.go b/pkg/worker_handler/constants.go new file mode 100644 index 00000000..3355d9c2 --- /dev/null +++ b/pkg/worker_handler/constants.go @@ -0,0 +1,8 @@ +package handler + +import "net/http" + +var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push") + +// TrailerHeaderKey http header key +var TrailerHeaderKey = http.CanonicalHeaderKey("trailer") |