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

add ClientResponse::json()

This commit is contained in:
Nikolay Kim
2019-04-01 11:51:18 -07:00
parent c5fa6c1abe
commit 5c4e4edda4
7 changed files with 232 additions and 9 deletions

View File

@ -9,6 +9,8 @@
* Export `MessageBody` type
* `ClientResponse::json()` - Loads and parse `application/json` encoded body
### Changed