-
Notifications
You must be signed in to change notification settings - Fork 49
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
Hyper backend #1
Labels
Comments
yoshuawuyts
added
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Nov 19, 2019
hyper 0.13 is officially out now, so this should use it over 0.12 probably! |
I assume this would be adding something similar to https://github.com/http-rs/http-client/blob/master/Cargo.toml#L18 here. Something like I'm willing to help pick this one up if I could help get it across the finish line :) |
I think this can be closed now that #32 is merged? |
looks that way, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In https://github.com/http-rs/surf/blob/8cf05e347404abbb091b80f809a5e1a354c6c735/src/http_client/hyper.rs we have a hyper 0.12 backend that unfortunately doesn't quite work. I fumbled something up during release, and never quite fixed it. But now it seems there may still be a few issues to resolve.
It'd be nice if we could port it back here, and restore it under the
hyper-client
flag. Note that this should be based on Hyper 0.12, and not any of the alphas as a lot of it still seems to be in flux. Thanks!The text was updated successfully, but these errors were encountered: