Learn more about our conversation at: https://github.com/kataras/iris/issues/1449#issuecomment-623260695
context.Context
to iris.Context.Request().Context()
and any other structure that is not mapping to a registered dependency as a payload (depending on the request), e.g XML, YAML, Query, Form, JSON, Protobuf.myService
to Irismvc.New(party).Handle(ctrl, mvc.GRPC{...})
option allows to register gRPC services per-party (without the requirement of a full wrapper) and optionally strict access to gRPC-only clients.ServiceName
differs.https://localhost:443/helloworld.Greeter/SayHello
with request data: {"name": "John"}
xpected output: {"message": "Hello John"}
.