Skip to content

v4.0.1

Latest
Compare
Choose a tag to compare
@pcai pcai released this 16 Feb 21:13

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 and HTTPI::Response#headers now return HTTPI::Utils::Headers instead of Rack::Utils::HeaderHash. This change will prevent HTTPI from breaking or changing its public API whenever rack rearranges its classes. If you were relying on the Rack::Utils::HeaderHash implementation, you will need to update your code to use HTTPI::Utils::Headers instead.