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

Added RouteInfo::has_prefixed_route() method for route matching with prefix awareness

This commit is contained in:
Mathieu Amiot
2018-07-10 13:05:20 +02:00
parent 30c84786b7
commit 8f64508887
3 changed files with 36 additions and 0 deletions

View File

@ -4,6 +4,8 @@
### Added
* Add `.has_prefixed_route()` method to `router::RouteInfo` for route matching with prefix awareness
* Add `HttpMessage::readlines()` for reading line by line.
* Add `ClientRequestBuilder::form()` for sending `application/x-www-form-urlencoded` requests.