1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

add method to extract matched resource pattern (#1566)

This commit is contained in:
Rob Ede
2020-06-23 00:58:20 +01:00
committed by GitHub
parent a70e599ff5
commit fa28175a74
4 changed files with 168 additions and 3 deletions

View File

@ -5,6 +5,8 @@
### Added
* Re-export `actix_rt::main` as `actix_web::main`.
* `HttpRequest::match_pattern` and `ServiceRequest::match_pattern` for extracting the matched
resource pattern.
### Changed