I don't think anyone is looking at providing the same functionality as a Java library today but we've talked about building it into nginx if that would help. Contributions certainly welcome
On Thu, Aug 18, 2016 at 9:48 AM, <[email protected]> wrote: > Our app has a REST API we've implemented using Jax-RS, Jetty, and > Resteasy. > > I'd like to port the whole thing to gRPC, and offer both a gRPC and a > JSON/REST interface to our customers. > > Our product is not yet released, so I have some flexibility in redesigning > the API. But it's going to be necessary to support query parameters in the > URL, i.e. GET /hello?foo=bar > > Is this possible using the Java code? Maybe there's a Netty component for > it? > > (I see that there is a way to do it in Go: https://github.com/grpc- > ecosystem/grpc-gateway. Need the same thing in Java.) > > > > -- > You received this message because you are subscribed to the Google Groups " > grpc.io" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/grpc-io/2f228f50-9cbc-4238-a2d7-a885e3fb58d5%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/2f228f50-9cbc-4238-a2d7-a885e3fb58d5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CADQ0XY2Ma3-XzMCCZCudRJjSS7dcpZ-NCFubGOj7V%2BYngrVirw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
