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

allow to handle empty path for application with prefix

This commit is contained in:
Nikolay Kim
2018-07-24 14:51:48 -07:00
parent b79a9aaec7
commit d6abd2fe22
3 changed files with 43 additions and 14 deletions

View File

@ -6,6 +6,12 @@
* Add implementation of `FromRequest<S>` for `Option<T>` and `Result<T, Error>`
* Allow to handle application prefix, i.e. allow to handle `/app` path
for application with `/app` prefix.
Check [`App::prefix()`](https://actix.rs/actix-web/actix_web/struct.App.html#method.prefix)
api doc.
### Fixed
* removed the timestamp from the default logger middleware