summaryrefslogtreecommitdiff
path: root/pkg/worker_handler/constants.go
blob: 3355d9c2fc7a6d431d094a070b640539f86760a3 (plain)
1
2
3
4
5
6
7
8
package handler

import "net/http"

var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push")

// TrailerHeaderKey http header key
var TrailerHeaderKey = http.CanonicalHeaderKey("trailer")