mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
add client websockets support
This commit is contained in:
@ -393,8 +393,8 @@ pub mod client {
|
||||
//! }));
|
||||
//! }
|
||||
//! ```
|
||||
pub use awc::{
|
||||
test, Client, ClientBuilder, ClientRequest, ClientResponse, ConnectError,
|
||||
InvalidUrl, PayloadError, SendRequestError,
|
||||
pub use awc::error::{
|
||||
ConnectError, InvalidUrl, PayloadError, SendRequestError, WsClientError,
|
||||
};
|
||||
pub use awc::{test, Client, ClientBuilder, ClientRequest, ClientResponse};
|
||||
}
|
||||
|
Reference in New Issue
Block a user