net/http/internal/httpcommon.Request.Trailer (field)

4 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L185: 	Trailer             map[string][]string
		httpcommon.go#L274: 	if err := validateHeaders(req.Trailer); err != "" {
		httpcommon.go#L278: 	trailers, err := commaSeparatedTrailers(req.Trailer)

	net/http
		h2_bundle.go#L8912: 			Trailer:             req.Trailer,