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

update changes

This commit is contained in:
Nikolay Kim
2019-04-24 15:42:34 -07:00
parent 3b3dbb4f40
commit cba78e06ae
2 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,8 @@
* Extend `Responder` trait, allow to override status code and headers.
* Store visit and login timestamp in the identity cookie #502
### Changed
* `.to_async()` handler can return `Responder` type #792