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

12 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L494: 			method:         callHdr.Method,
		http2_client.go#L546: 		Method:   callHdr.Method,
		http2_client.go#L582: 	headerFields = append(headerFields, hpack.HeaderField{Name: ":path", Value: callHdr.Method})
		http2_client.go#L667: 	pos := strings.LastIndex(callHdr.Method, "/")
		http2_client.go#L669: 		pos = len(callHdr.Method)
		http2_client.go#L671: 	return "https://" + host + callHdr.Method[:pos]
		http2_client.go#L930: 			FullMethod:  callHdr.Method,
		transport.go#L572: 	Method string

	google.golang.org/grpc
		stream.go#L322: 		Method:         method,
		stream.go#L448: 	method := cs.callHdr.Method
		stream.go#L503: 	pickInfo := balancer.PickInfo{Ctx: a.ctx, FullMethodName: cs.callHdr.Method}
		stream.go#L1316: 		Method:         method,