-
Notifications
You must be signed in to change notification settings - Fork 185
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
Update to Apache HttpClient v5 #333
Comments
Sure. PR welcome. |
I've figured out how to do most of it. Where I'm currently stuck:
Partial work: https://github.com/hakanai/sardine/tree/apache-http5 |
I would like to take over this issue, as no update has been given in the last 2 years, would that be ok? |
+1 |
Pull requests are definitely welcome. |
Any updates here? I think it would be great to have http/2 support, but its only achivable by having HttpClient 5 |
For external reasons we would like to update to Apache HttpClient v5.x, but currently Sardine has a hard dependency on v4.x, which forces us to keep around two implementations of all our HTTP code.
It would be nice if Sardine updated to v5.x also.
The text was updated successfully, but these errors were encountered: