http
http copied to clipboard
Make StatusCode::as_str() return a &'static str explicitly
It's already indexing into a &'static str constant, I'd like to use it as a &'static str from my code, the only thing preventing that is the type signature :)
YES!
👋🏻 Hi! I'm wondering if this would be okay to merge now. 😄