add service request method changelog

This commit is contained in:
Rob Ede 2020-06-26 20:05:28 +01:00
parent b9ec5d8914
commit a8b1564e93
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 1 additions and 1 deletions

View File

@ -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