google.golang.org/grpc/internal/transport.CallHdr.Method (field)
11 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L377: method: callHdr.Method,
http2_client.go#L418: Method: callHdr.Method,
http2_client.go#L438: headerFields = append(headerFields, hpack.HeaderField{Name: ":path", Value: callHdr.Method})
http2_client.go#L516: pos := strings.LastIndex(callHdr.Method, "/")
http2_client.go#L518: pos = len(callHdr.Method)
http2_client.go#L520: return "https://" + host + callHdr.Method[:pos]
http2_client.go#L718: FullMethod: callHdr.Method,
transport.go#L594: Method string
google.golang.org/grpc
stream.go#L208: Method: method,
stream.go#L359: t, done, err := cs.cc.getTransport(ctx, cs.callInfo.failFast, cs.callHdr.Method)
stream.go#L1052: Method: method,
 |
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. |