type net/http/internal/httpcommon.EncodeHeadersParam
3 uses
net/http/internal/httpcommon (current package)
httpcommon.go#L190: type EncodeHeadersParam struct {
httpcommon.go#L215: func EncodeHeaders(ctx context.Context, param EncodeHeadersParam, headerf func(name, value string)) (res EncodeHeadersResult, _ error) {
net/http
h2_bundle.go#L8909: return httpcommon.EncodeHeaders(req.Context(), httpcommon.EncodeHeadersParam{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)