hyperium / http

Rust HTTP types
Apache License 2.0
1.15k stars 285 forks source link

feat: add `HeaderMap::try_` methods to handle capacity overflow #682

Closed seanmonstar closed 7 months ago

seanmonstar commented 7 months ago

This continues #617. Merge conflicts were resolved, and a case of a breaking change was resolved since I forgot try_entry() needed to change return types before we release 1.0. Sigh.