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.
Proposed changelog:
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 thehttp-rs
project and powers thetide
framework andsurf
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 theSemver-Major
issue on GitHub.Fixed
hyperium_http
: Avoids unconditional panic when translating headers from hyperium. #359