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

.to_async() handler can return Responder type #792

This commit is contained in:
Nikolay Kim
2019-04-22 14:22:08 -07:00
parent d00c9bb844
commit 48bee55087
6 changed files with 118 additions and 24 deletions

View File

@ -1,5 +1,14 @@
# Changes
### Added
* Add helper functions for reading response body `test::read_body()`
### Changed
* `.to_async()` handler can return `Responder` type #792
## [1.0.0-beta.1] - 2019-04-20
### Added