-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(headers): Rename
Cookies
header to Cookie
`Cookie` is the actual name of the header and since all other header structs use the exact camel-cased version of their name using a different name here is very inconvienient and confusing. You will encounter weird errors if you try to use `Cookie` as the header. For this reason rename `Cookies` as discussed on IRC with @seanmonstar and @reem and use `CookiePair` for real cookies. BREAKING CHANGE: Change header `Cookie` to `Cookie`
- Loading branch information
Showing
2 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters