1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

pass request ownership to closure instead of ref

This commit is contained in:
Nikolay Kim
2019-04-16 15:43:55 -07:00
parent 5740f1e63a
commit cc8420377e
2 changed files with 15 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.1.1] - 2019-04-xx
### Changed
* `ClientRequest::if_true()` and `ClientRequest::if_some()` use instance instead of ref
## [0.1.0] - 2019-04-16
* No changes