http-rs / http-types

Common types for HTTP operations
https://docs.rs/http-types
Apache License 2.0
200 stars 83 forks source link

Add `HeaderName` conversions to `hyperium_http` feature #356

Closed jplatte closed 3 years ago

jplatte commented 3 years ago

The title says it all: It would be nice if the hyperium_http feature included From implementations to convert between http_types::headers::HeaderName and http::header::HeaderName.