| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-12-03 | 2.0 kB | |
| v1.2.0 source code.tar.gz | 2024-12-03 | 123.6 kB | |
| v1.2.0 source code.zip | 2024-12-03 | 145.2 kB | |
| Totals: 3 Items | 270.7 kB | 0 | |
What's Changed
- Add
StatusCode::TOO_EARLYconstant for 425 status. (#725) - Loosen
TryFrom<HashMap>forHeaderMapto work with any state generic. (#729) - Change
Buildermethods to useTryIntoinstead ofTryFromarguments. (#730) - Make
StatusCode::as_u16aconstfunction. (#680) - Fix
Methodparsing to allow#$%&'characters. (#713) - Fix
HeaderNameparsing to reject"characters. (#716) - Fix off by 1 error in
Method::from_bytesthat could cause extra allocations. (#708) - Fix
HeaderMapcapacity calculation in some cases (#710)
New Contributors
- @lgmsantos made their first contribution in https://github.com/hyperium/http/pull/559
- @Pi-Cla made their first contribution in https://github.com/hyperium/http/pull/690
- @franfastly made their first contribution in https://github.com/hyperium/http/pull/713
- @wyatt-herkamp made their first contribution in https://github.com/hyperium/http/pull/714
- @chen-hongzhi made their first contribution in https://github.com/hyperium/http/pull/716
- @39zde made their first contribution in https://github.com/hyperium/http/pull/718
- @gretchenfrage made their first contribution in https://github.com/hyperium/http/pull/722
- @alistaircarscadden made their first contribution in https://github.com/hyperium/http/pull/724
- @cemoktra made their first contribution in https://github.com/hyperium/http/pull/725
- @Qqwy made their first contribution in https://github.com/hyperium/http/pull/729
- @SmolPatches made their first contribution in https://github.com/hyperium/http/pull/730
- @dlzht made their first contribution in https://github.com/hyperium/http/pull/708
- @asudox made their first contribution in https://github.com/hyperium/http/pull/705
- @WhyNotHugo made their first contribution in https://github.com/hyperium/http/pull/680
Thanks
- @tottoto
- @seanmonstar
Full Changelog: https://github.com/hyperium/http/compare/v1.1.0...v1.2.0