| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-03-04 | 947 Bytes | |
| v1.1.0 source code.tar.gz | 2024-03-04 | 123.0 kB | |
| v1.1.0 source code.zip | 2024-03-04 | 144.6 kB | |
| Totals: 3 Items | 268.6 kB | 0 | |
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_lowercasethat could allow NUL bytes in some cases.
New Contributors
- @tottoto made their first contribution in https://github.com/hyperium/http/pull/645
- @julianbraha made their first contribution in https://github.com/hyperium/http/pull/652
- @LukeMathWalker made their first contribution in https://github.com/hyperium/http/pull/654
- @mattgathu made their first contribution in https://github.com/hyperium/http/pull/660
- @LukasKalbertodt made their first contribution in https://github.com/hyperium/http/pull/667
- @dswij made their first contribution in https://github.com/hyperium/http/pull/673
Full Changelog: https://github.com/hyperium/http/compare/v1.0.0...v1.1.0