Sourced from http's releases.
v1.5.0
What's Changed
- feat(method): add QUERY method by
@seanmonstarin hyperium/http#798- fix(uri): allow empty paths in uri::Builder by
@seanmonstarin hyperium/http#853- perf(header,uri): faster value validation, URI parse/format, map inserts by
@geeknoidin hyperium/http#852- fix(uri): enforce max length in PathAndQuery by
@seanmonstarin hyperium/http#856New Contributors
@geeknoidmade their first contribution in hyperium/http#852Full Changelog: https://github.com/hyperium/http/compare/v1.4.2...v1.5.0
Sourced from http's changelog.
1.5.0 (July 29, 2026)
- Add
Method::QUERYconstant for the new QUERY method defined in RFC 10008.- Fix
uri::Builder::path_and_query()to allow empty strings to mean no path.- Fix
uri::PathAndQueryparsing to enforce URI max length.