savonrb / httpi

Common interface for Ruby's HTTP clients
http://httpirb.com
MIT License
300 stars 150 forks source link

use rack 2.2x headers implementation #249

Closed pcai closed 4 months ago

pcai commented 4 months ago

Resolves #248

This should have roughly the effect of reverting to an older (more compatible) rack http header hash behavior, even though the public API since v4 is no longer provided by rack itself.

Context: https://github.com/savonrb/httpi/pull/245