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:
@@ -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};
|
||||
|
||||
|
Reference in New Issue
Block a user