const net/http.TrailerPrefix

3 uses

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