What's Changed
- Add methods to allow trying to allocate in the
HeaderMap
, returning an error if oversize instead of panicking. - Add
Extensions::get_or_insert()
method. - Implement
From<Uri>
foruri::Builder
. - Fix
HeaderName::from_lowercase
that could allow NUL bytes in some cases.
New Contributors
- @tottoto made their first contribution in #645
- @julianbraha made their first contribution in #652
- @LukeMathWalker made their first contribution in #654
- @mattgathu made their first contribution in #660
- @LukasKalbertodt made their first contribution in #667
- @dswij made their first contribution in #673
Full Changelog: v1.0.0...v1.1.0