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

add external resource support on scope level

This commit is contained in:
Nikolay Kim
2019-06-03 23:41:32 +06:00
parent 1fce4876f3
commit 0e138e111f
4 changed files with 105 additions and 75 deletions

View File

@ -1,9 +1,11 @@
# Changes
## [1.0.0] - 2019-05-xx
## [1.0.0] - 2019-06-xx
### Add
* Add `Scope::configure()` method.
* Add `ServiceRequest::set_payload()` method.
* Add `test::TestRequest::set_json()` convenience method to automatically