Joshua Garnett
Joshua Garnett
I've whipped up an example that appears to work with a custom responseWriter. The main downside is the ForwardResponseOption needs to marshal the message to a byte array. Also, the...
Given the short comings of using a custom handler, would you be open to this functionality being added behind a ServerMuxOption?
What the change looks like when put behind an option https://github.com/joshgarnett/grpc-gateway/commit/d1499d3fab638d82a4e1a6aec68931fd2531c1cb
Alright, I thought through this some more over coffee this morning. I've rewritten the example code so it doesn't suffer from the problems I highlighted. This could be added to...
Hi All, It looks like this has stalled, so I wanted to give another use case for the feature. I'm currently working on an app that is leveraging Redis for...