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

Added support for remainder match (i.e /path/{tail}*)

This commit is contained in:
Nikolay Kim
2019-04-22 21:22:17 -07:00
parent 48bee55087
commit 3532602299
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@
* Add helper functions for reading response body `test::read_body()`
* Added support for `remainder match` (i.e "/path/{tail}*")
### Changed
* `.to_async()` handler can return `Responder` type #792