hyperium / http

Rust HTTP types
Apache License 2.0
1.16k stars 291 forks source link

Add extensions_ref() and extensions_mut() to Request and Response builders #403

Closed acfoltzer closed 4 years ago

acfoltzer commented 4 years ago

A similar capability already exists for many of the other Parts fields in these builders, and is useful for the extensions map as well.