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

Add Router::with_async() method for async handler registration

This commit is contained in:
Nikolay Kim
2018-05-09 16:27:31 -07:00
parent e58b38fd13
commit 18575ee1ee
6 changed files with 324 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changes
## 0.6.3 (2018-05-xx)
* Add `Router::with_async()` method for async handler registration.
## 0.6.2 (2018-05-09)
* WsWriter trait is optional.