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

added app_data() method

This commit is contained in:
Nikolay Kim
2019-04-03 15:25:52 -07:00
parent 237bfba1ed
commit cef3dc3586
2 changed files with 26 additions and 1 deletions

View File

@ -6,6 +6,11 @@
* `App::configure()` allow to offload app configuration to different methods
* Added `ServiceRequest::app_data()`, returns `Data<T>`
* Added `ServiceFromRequest::app_data()`, returns `Data<T>`
### Changed
* Move multipart support to actix-multipart crate