Open sammyne opened 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.
hyper-tls
hyper-openssl
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~
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.
We now have examples of using hyper directly with tonic, so for now you can use
hyper-tls
orhyper-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~