1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-30 16:40:21 +02:00

Re-export all error types from awc (#1621)

This commit is contained in:
William Myers
2020-08-13 17:24:35 -07:00
committed by GitHub
parent 6e97bc09f8
commit 5aad8e24c7
2 changed files with 4 additions and 4 deletions

View File

@@ -213,9 +213,7 @@ pub mod client {
//! }
//! ```
pub use awc::error::{
ConnectError, InvalidUrl, PayloadError, SendRequestError, WsClientError,
};
pub use awc::error::*;
pub use awc::{
test, Client, ClientBuilder, ClientRequest, ClientResponse, Connector,
};