http
http copied to clipboard
Make StatusCode::as_str return 'static str
In the current version the lifetime is tied to self which is needlessly restrictive as the strings are in fact static.
See also #380