mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 07:36:43 +00:00
Added support for remainder match (i.e /path/{tail}*)
This commit is contained in:
parent
48bee55087
commit
3532602299
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -68,7 +68,7 @@ rust-tls = ["rustls", "actix-server/rust-tls"]
|
|||
actix-codec = "0.1.2"
|
||||
actix-service = "0.3.6"
|
||||
actix-utils = "0.3.4"
|
||||
actix-router = "0.1.2"
|
||||
actix-router = "0.1.3"
|
||||
actix-rt = "0.2.2"
|
||||
actix-web-codegen = "0.1.0-beta.1"
|
||||
actix-http = { version = "0.1.1", features=["fail"] }
|
||||
|
|
Loading…
Reference in a new issue