1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Add with-cookie init-method for TestRequest (#647)

This commit is contained in:
Ji Qu
2019-01-02 18:24:08 +08:00
committed by Douman
parent 799c6eb719
commit 61883042c2
2 changed files with 31 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.7.18] - 2019-01-02
### Added
* Add `with_cookie` for `TestRequest` to allow users to customize request cookie. #647
* Add `cookie` method for `TestRequest` to allow users to add cookie dynamically.
## [0.7.17] - 2018-12-25
### Added