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

3 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L207: 	HasBody     bool
		httpcommon.go#L412: 	res.HasBody = req.ActualContentLength != 0

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