google.golang.org/grpc/internal/transport.CallHdr.Method (field)
12 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L485: method: callHdr.Method,
http2_client.go#L542: Method: callHdr.Method,
http2_client.go#L562: headerFields = append(headerFields, hpack.HeaderField{Name: ":path", Value: callHdr.Method})
http2_client.go#L648: pos := strings.LastIndex(callHdr.Method, "/")
http2_client.go#L650: pos = len(callHdr.Method)
http2_client.go#L652: return "https://" + host + callHdr.Method[:pos]
http2_client.go#L909: FullMethod: callHdr.Method,
transport.go#L526: Method string
google.golang.org/grpc
stream.go#L297: Method: method,
stream.go#L419: method := cs.callHdr.Method
stream.go#L472: pickInfo := balancer.PickInfo{Ctx: a.ctx, FullMethodName: cs.callHdr.Method}
stream.go#L1280: Method: method,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)