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