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

Add %U (URLPath) for logger (#752)

* Add %R (Route) for logger

* Requested Updates (Route => URLPath, %R => %U)
This commit is contained in:
Haze
2019-04-03 20:41:42 -04:00
committed by Nikolay Kim
parent cef3dc3586
commit 7d6085ddbd
2 changed files with 42 additions and 2 deletions

View File

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