hyperium / http

Rust HTTP types
Apache License 2.0
1.15k stars 285 forks source link

Add `Display` for Version #586

Closed emanuele-em closed 1 year ago

emanuele-em commented 1 year ago

Add Display for Version

emanuele-em commented 1 year ago

I implemented it because it would be convenient to have the to_string that exists for the status, the method etc...