-
-
Notifications
You must be signed in to change notification settings - Fork 343
Open
Description
While working with the crate, I noticed that many types like Method, HeaderName and others have from_bytes, but Scheme only has from_str. Would it make sense to add from_bytes for consistency with the others? Personally my use case is parsing a scheme from [u8]. Luckily there are only two schemes so I can match myself and this isn't really tedious but wondering if it could make sense from a consistency perspective.
Metadata
Metadata
Assignees
Labels
No labels