hyperium / http

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

Retain function for header map #541

Open malthe opened 2 years ago

malthe commented 2 years ago

Rust has https://doc.rust-lang.org/std/collections/struct.HashMap.html#method.retain which would be useful for http::HeaderMap to sanitize headers.