hyperium / tonic

A native gRPC client & server implementation with async/await support.
https://docs.rs/tonic
MIT License
10.02k stars 1.02k forks source link

Request for example using hyper directly with tonic #872

Open sammyne opened 2 years ago

sammyne commented 2 years ago

We now have examples of using hyper directly with tonic, so for now you can use hyper-tls or hyper-openssl to achieve what you want.

Originally posted by @LucioFranco in https://github.com/hyperium/tonic/issues/212#issuecomment-605127781

Hey, would you mind posting the link to examples of using hyper-tls/hyper-openssl directly with tonic, please~

LucioFranco commented 2 years ago

I don't have one handy at the moment, but would be good to add one. I am hesitant to including one in the examples folder since I don't want to have to compile openssl just to compile tonic.