What's Changed
- Add
StatusCode::TOO_EARLY
constant for 425 status. (#725) - Loosen
TryFrom<HashMap>
forHeaderMap
to work with any state generic. (#729) - Change
Builder
methods to useTryInto
instead ofTryFrom
arguments. (#730) - Make
StatusCode::as_u16
aconst
function. (#680) - Fix
Method
parsing to allow#$%&'
characters. (#713) - Fix
HeaderName
parsing to reject"
characters. (#716) - Fix off by 1 error in
Method::from_bytes
that could cause extra allocations. (#708) - Fix
HeaderMap
capacity calculation in some cases (#710)
New Contributors
- @lgmsantos made their first contribution in #559
- @Pi-Cla made their first contribution in #690
- @franfastly made their first contribution in #713
- @wyatt-herkamp made their first contribution in #714
- @chen-hongzhi made their first contribution in #716
- @39zde made their first contribution in #718
- @gretchenfrage made their first contribution in #722
- @alistaircarscadden made their first contribution in #724
- @cemoktra made their first contribution in #725
- @Qqwy made their first contribution in #729
- @SmolPatches made their first contribution in #730
- @dlzht made their first contribution in #708
- @asudox made their first contribution in #705
- @WhyNotHugo made their first contribution in #680
Thanks
Full Changelog: v1.1.0...v1.2.0