google.golang.org/grpc/internal/transport.CallHdr.Method (field)

12 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L466: 		method:         callHdr.Method,
		http2_client.go#L508: 		Method:   callHdr.Method,
		http2_client.go#L528: 	headerFields = append(headerFields, hpack.HeaderField{Name: ":path", Value: callHdr.Method})
		http2_client.go#L617: 	pos := strings.LastIndex(callHdr.Method, "/")
		http2_client.go#L619: 		pos = len(callHdr.Method)
		http2_client.go#L621: 	return "https://" + host + callHdr.Method[:pos]
		http2_client.go#L859: 				FullMethod:  callHdr.Method,
		transport.go#L604: 	Method string

	google.golang.org/grpc
		stream.go#L267: 		Method:         method,
		stream.go#L387: 	method := cs.callHdr.Method
		stream.go#L441: 	a.t, a.pickResult, err = cs.cc.getTransport(a.ctx, cs.callInfo.failFast, cs.callHdr.Method)
		stream.go#L1205: 		Method:         method,