http
http copied to clipboard
impl AsHeaderName for Cow<'_, str>
since AsHeaderName is already implemented for both &'a str and String it seems to makes sense thats it should also be implemented for a type which can represent both Cow<'a, str>
I think that makes a lot of sense.
Makes sense to me as well.
@carllerche?
Seems fine
Will #501 solve this issue or not? @seanmonstar