golang.org/x/net/internal/httpcommon.EncodeHeadersResult.HasBody (field)
3 uses
net/http
h2_bundle.go#L8901: endStream := !res.HasBody && !res.HasTrailers
net/http/internal/httpcommon
httpcommon.go#L207: HasBody bool
httpcommon.go#L412: res.HasBody = req.ActualContentLength != 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)