-
-
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.
feat(header): change
Cookie
to be map-like
The `Cookie` header now has `get` and `append` methods, to tree the list of cookies as a map. BREAKING CHANGE: The `Cookie` header is no longer a wrapper over a `Vec<String>`. It must accessed via its `get` and `append` methods. Closes #1145
- Loading branch information
1 parent
c3466be
commit f2a3081
Showing
2 changed files
with
160 additions
and
20 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