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,