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

@ -44,6 +44,7 @@ bytes = "0.4"
derive_more = "0.14"
futures = "0.1.25"
log =" 0.4"
mime = "0.3"
percent-encoding = "1.0"
rand = "0.6"
serde = "1.0"
@ -62,6 +63,5 @@ actix-server = { version = "0.4.1", features=["ssl"] }
brotli2 = { version="0.3.2" }
flate2 = { version="1.0.2" }
env_logger = "0.6"
mime = "0.3"
rand = "0.6"
tokio-tcp = "0.1"