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

add Derev<Target=RequestHead> for ClientRequest

This commit is contained in:
Nikolay Kim
2019-04-01 10:26:25 -07:00
parent 96fd61f3d5
commit 6c195d8521
2 changed files with 22 additions and 0 deletions

View File

@ -1,5 +1,13 @@
# Changes
## [0.1.0-alpha.3] - 2019-04-xx
### Added
* Added `Deref<Target = RequestHead>` for `ClientRequest`.
## [0.1.0-alpha.2] - 2019-03-29
### Added