mirror of https://github.com/fafhrd91/actix-web
add service request method changelog
This commit is contained in:
parent
b9ec5d8914
commit
a8b1564e93
|
@ -7,7 +7,7 @@
|
||||||
* Re-export `actix_rt::main` as `actix_web::main`.
|
* Re-export `actix_rt::main` as `actix_web::main`.
|
||||||
* `HttpRequest::match_pattern` and `ServiceRequest::match_pattern` for extracting the matched
|
* `HttpRequest::match_pattern` and `ServiceRequest::match_pattern` for extracting the matched
|
||||||
resource pattern.
|
resource pattern.
|
||||||
* `HttpRequest::match_name` for matching a path to a named route.
|
* `HttpRequest::match_name` and `ServiceRequest::match_name` for extracting matched resource name.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue