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