-
-
Notifications
You must be signed in to change notification settings - Fork 948
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Response): support Partitioned cookie attribute (#2248)
* feat(Response): support Partitioned cookie attribute Allow to set the Partitioned attribute in cookies. Default is not setting it. closes #2213 * feat(Response): ignore flake8 complexity warning * feat(Response): replace link to RFC draft with MDN link The MDN documentation is a lot more helpful than the draft and also links to the draft specification * feat(Response): add towncrier fragment * feat(Response): fix typo according to PR review --------- Co-authored-by: Federico Caselli <[email protected]> Co-authored-by: Vytautas Liuolia <[email protected]>
- Loading branch information
1 parent
cd70796
commit dc5be34
Showing
6 changed files
with
75 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added kwarg ``partitioned`` to :py:meth:`~falcon.Response.set_cookie` to set the Partitioned setting on the cookie |
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
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
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