const net/http.TrailerPrefix
4 uses
net/http (current package)
server.go#L525: const TrailerPrefix = "Trailer:"
server.go#L532: if kk, found := strings.CutPrefix(k, TrailerPrefix); found {
server.go#L1333: if strings.HasPrefix(k, TrailerPrefix) {
net/http/httputil
reverseproxy.go#L560: k = http.TrailerPrefix + k
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)