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

ClientRequest::json() accepts reference instead of object

This commit is contained in:
Nikolay Kim
2019-04-01 17:53:30 -07:00
parent 89a0a50e14
commit 2d43489278
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@
* Use non-consuming builder pattern for `ClientRequest`.
* `ClientRequest::json()` accepts reference instead of object.
* `ClientResponse::body()` does not consume response object.