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

expose app's ResourceMap via resource_map method

This commit is contained in:
Nikolay Kim
2019-07-17 11:33:05 +06:00
parent c45728ac01
commit c65dbaf88e
3 changed files with 18 additions and 0 deletions

View File

@ -6,10 +6,14 @@
* Add `Responder` impl for `(T, StatusCode) where T: Responder`
* Allow to access app's resource map via
`ServiceRequest::resource_map()` and `HttpRequest::resource_map()` methods.
### Changed
* Upgrade `rand` dependency version to 0.7
## [1.0.3] - 2019-06-28
### Added