http-rs / http-types

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

feat: add AsRef<str> for Version #351

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

Allows getting a static string slice of the version, rather than a String.