Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-11 | 1.0 kB | |
v1.3.0 source code.tar.gz | 2025-03-11 | 123.5 kB | |
v1.3.0 source code.zip | 2025-03-11 | 145.1 kB | |
Totals: 3 Items | 269.6 kB | 0 |
What's Changed
- Allow most UTF-8 characters in URI path and query. (https://github.com/hyperium/http/pull/715)
- This means paring
Uri
s with previously illegal characters according the original RFC will now be accepted. They used to be rejected in the name of spec purity, but many operators were using a fork ofhttp
because reality is that most characters are seen in the real world. - Fix
HeaderMap::reserve()
to allocate sufficient capacity.
New Contributors
- @joelwurtz made their first contribution in https://github.com/hyperium/http/pull/715
- @ADD-SP made their first contribution in https://github.com/hyperium/http/pull/738
- @kawaemon made their first contribution in https://github.com/hyperium/http/pull/741
- @DaniPopes made their first contribution in https://github.com/hyperium/http/pull/748
- @jpds made their first contribution in https://github.com/hyperium/http/pull/695
Thanks!
- @seanmonstar
- @tottoto
Full Changelog: https://github.com/hyperium/http/compare/v1.2.0...v1.3.0