-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
semver-majorThis change requires a semver major changeThis change requires a semver major change
Milestone
Description
As discovered in #285:
This also uncovers some unpleasantness with the current typed headers - not all of the implement the same methods, one mutates in
.value()
, some returnString
orResult<String>
instead ofHeaderValue
, one didn't implementname()
either.
Even if we don't make it a trait the consistency should be fixed in 3.0, but we should probably decide on the trait or-not before doing that work.
yoshuawuyts
Metadata
Metadata
Assignees
Labels
semver-majorThis change requires a semver major changeThis change requires a semver major change