v4.0.1
HTTPI is officially in maintenance mode. Our emphasis will now be on bugs, security fixes, and compatibility with the wider ecosystem. See this issue for details.
- Adds support for rack 3.0.
- POTENTIAL BREAKING CHANGE:
HTTPI::Request#headers
andHTTPI::Response#headers
now returnHTTPI::Utils::Headers
instead ofRack::Utils::HeaderHash
. This change will prevent HTTPI from breaking or changing its public API whenever rack rearranges its classes. If you were relying on theRack::Utils::HeaderHash
implementation, you will need to update your code to useHTTPI::Utils::Headers
instead.