-
Notifications
You must be signed in to change notification settings - Fork 611
Description
Feature request
httpi is now deprecated in favor of https://github.com/lostisland/faraday, so we should plan a migration to it for savon
Motivation for this feature:
httpi is no longer actively maintained, and continuing to do so would duplicate a lot of existing work already done in the ruby ecosystem.
in addition, there are many missing features in httpi that would require fairly large rewrites (for example -- keepalive support, threadsafety / global state issues come to mind). this effort is better spent migrating savon to faraday which already supports these features.
Would this introduce a breaking change?
yes, this will likely require a major version bump as the public interface for savon, and some important behaviors, might change.
Are you willing to work on this yourself?
yes