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

body helpers

This commit is contained in:
Nikolay Kim
2019-06-01 17:57:25 +06:00
parent a1b40f4314
commit 666756bfbe
4 changed files with 68 additions and 23 deletions

View File

@ -1,5 +1,15 @@
# Changes
### Added
* Debug impl for ResponseBuilder
* From SizedStream and BodyStream for Body
### Changed
* SizedStream accepts u64
## [0.2.2] - 2019-05-29
### Fixed