blob: c3d5c5893770f28cdb5f968cc8335603fa743557 (
plain)
1
2
3
4
5
6
7
8
|
package http
import "net/http"
var http2pushHeaderKey = http.CanonicalHeaderKey("http2-push")
// TrailerHeaderKey http header key
var TrailerHeaderKey = http.CanonicalHeaderKey("trailer")
|