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

add Pattern::with_prefix, make it usable outside of actix

This commit is contained in:
Nikolay Kim
2018-03-02 20:39:22 -08:00
parent feba5aeffd
commit 2158ad29ee
2 changed files with 15 additions and 6 deletions

View File

@ -4,7 +4,9 @@
* Better naming for websockets implementation
* A filter for cross-site request forgery #89
* Add `Pattern::with_prefix()`, make it more usable outside of actix
* Add csrf middleware for filter for cross-site request forgery #89
## 0.4.1 (2018-03-01)