hyperium / http

Rust HTTP types
Apache License 2.0
1.12k stars 283 forks source link

Any reason HeaderMap is generic #567

Open vasilakisfil opened 1 year ago

vasilakisfil commented 1 year ago

I don't think this is a real issue, but is there any reason why HeaderMap is generic over the value? Since it is using only the HeaderValue not sure what this adds. By removing that generic param, the code will be simplified and potentially reduce compilation times.