grpc-rust icon indicating copy to clipboard operation
grpc-rust copied to clipboard

Any examples of using this as a proxy?

Open Disturbing opened this issue 6 years ago • 2 comments

Looking for a rust-like grpc proxy where it can forward endpoints from A -> B but we can modify stuff like headers, etc.

Disturbing avatar Mar 15 '18 12:03 Disturbing

Can this help you ? https://www.nginx.com/blog/nginx-1-13-10-grpc/

ThibaultRiviere avatar Apr 25 '18 14:04 ThibaultRiviere

Looking to see how to proxy grpc requests via rust. Guessing its http2 socket only? But was wondering if its possible here. On Wed, Apr 25, 2018 at 10:16 PM ThibaultRiviere [email protected] wrote:

Can this help you ? https://www.nginx.com/blog/nginx-1-13-10-grpc/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stepancheg/grpc-rust/issues/109#issuecomment-384302726, or mute the thread https://github.com/notifications/unsubscribe-auth/ACQev1EzIU9I-ZyXimiRN-5040ogvjWBks5tsIU3gaJpZM4SsDEr .

Disturbing avatar Apr 30 '18 22:04 Disturbing