const net/http.TrailerPrefix

3 uses

	net/http (current package)
		server.go#L525: const TrailerPrefix = "Trailer:"
		server.go#L532: 		if kk, found := strings.CutPrefix(k, TrailerPrefix); found {
		server.go#L1297: 		if strings.HasPrefix(k, TrailerPrefix) {