hyperium / headers

Typed HTTP Headers from hyper
https://hyper.rs
MIT License
162 stars 84 forks source link

feat: permit reference types for typed_insert #164

Open miraclx opened 7 months ago

miraclx commented 7 months ago

typed_insert doesn't need owned values, makes sense to extend that liberty to the caller.

We can save on unnecessary allocations.