net/http/internal/httpcommon.EncodeHeadersResult.HasTrailers (field)

3 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L208: 	HasTrailers bool
		httpcommon.go#L413: 	res.HasTrailers = trailers != ""

	net/http
		h2_bundle.go#L8901: 	endStream := !res.HasBody && !res.HasTrailers