google.golang.org/grpc/internal/transport.parsedHeaderData.mdata (field)
11 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L1246: if len(state.data.mdata) > 0 {
http2_client.go#L1247: s.header = state.data.mdata
http2_client.go#L1262: t.closeStream(s, io.EOF, rst, http2.ErrCodeNo, state.status(), state.data.mdata, true)
http2_server.go#L349: if len(state.data.mdata) > 0 {
http2_server.go#L350: s.ctx = metadata.NewIncomingContext(s.ctx, state.data.mdata)
http2_server.go#L426: Header: metadata.MD(state.data.mdata).Copy(),
http_util.go#L121: mdata map[string][]string
http_util.go#L297: if d.data.mdata == nil {
http_util.go#L298: d.data.mdata = make(map[string][]string)
http_util.go#L300: d.data.mdata[k] = append(d.data.mdata[k], v)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |