1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-22 13:45:13 +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

@@ -39,7 +39,7 @@ pub mod ws;
pub use self::builder::ClientBuilder;
pub use self::request::ClientRequest;
pub use self::response::{ClientResponse, MessageBody};
pub use self::response::{ClientResponse, JsonBody, MessageBody};
use self::connect::{Connect, ConnectorWrapper};