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

Allow to re-construct ServiceRequest from HttpRequest and Payload #1088

This commit is contained in:
Nikolay Kim
2019-09-13 11:56:24 +06:00
parent e35d930ef9
commit a32573bb58
3 changed files with 55 additions and 4 deletions

View File

@ -1,13 +1,13 @@
# Changes
## not released yet
## [1.0.8] - 2019-09-xx
### Added
* Add `middleware::Conditon` that conditionally enables another middleware
* Add `middleware::Conditon` that conditionally enables another middleware
### Fixed
* Allow to re-construct `ServiceRequest` from `HttpRequest` and `Payload`
* h2 will use error response #1080
## [1.0.7] - 2019-08-29