-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Reqwest as an underlying client #106
Comments
#102 will at least make it possible to use |
@cole-h Yeah I did that in my fork already before I saw the others :) But I guess |
I have a branch with hyper-v1 and rustls, but not enough tested yet. And because of #102 I need some time to figure out how I should merge these all together (or just close that PR, sorry) |
Note also, I'm not going to support the So, I'm closing this issue. |
Current
hyper-tls
dependency brings OpenSSL which sucks when cross-compiling e.g. to MUSL static.Making it depend on
rustls
instead would be nice somehow.Ideally maybe we can have some generic trait like the sealed
HttpClient
but public and with genericRequest
/Response
from anhttp
crate andBody
fromhttp_body
.I can try to make a PR if that approach is acceptable.
The text was updated successfully, but these errors were encountered: