Skip to content

v2.11.1

Compare
Choose a tag to compare
@Fishrock123 Fishrock123 released this 03 May 18:40
· 111 commits to main since this release

http-types provides shared types for HTTP operations. It combines a performant, streaming interface with convenient methods for creating headers, urls, and other standard HTTP types. This is part of the http-rs project and powers the tide framework and surf client. Check out the docs or join us on Zulip.

Highlights

This release fixes an unconditional panic in the hyperium_http compatibility feature.

The http-types 3.0 merge window remains open, and you can see the nominated items for the next major version as part of the Semver-Major issue on GitHub.

Fixed

  • hyperium_http: Avoids unconditional panic when translating headers from hyperium. #359