Closed kristof-mattei closed 1 year ago
Dupe of #102. Seems like my text in PR #103 autoclosed #102.
Update hyper-tls to use hyper@1.0.0-rc.4.
hyper-tls
hyper@1.0.0-rc.4
I used hyper-util for now, because I'm not smart enough to get around that.
hyper-util
I don't like TokioIo<TlsStream<TokioIo<T>>>. I think we should lift it to a separate type so it's not as bloated.
TokioIo<TlsStream<TokioIo<T>>>
Why did I do this?
I need to use hyper (as reqwest doesn't do unix sockets yet). And I need TLS (which hyper doesn't do OOB).
hyper
reqwest
This seems to do the trick for now.
Can it be released?
Dupe of #102. Seems like my text in PR #103 autoclosed #102.
Update
hyper-tls
to usehyper@1.0.0-rc.4
.I used
hyper-util
for now, because I'm not smart enough to get around that.I don't like
TokioIo<TlsStream<TokioIo<T>>>
. I think we should lift it to a separate type so it's not as bloated.Why did I do this?
I need to use
hyper
(asreqwest
doesn't do unix sockets yet). And I need TLS (whichhyper
doesn't do OOB).This seems to do the trick for now.