Re-export all error types from awc

Closes #1474
This commit is contained in:
William Myers 2020-08-13 15:45:15 -07:00
parent 6e97bc09f8
commit b278232ef2
No known key found for this signature in database
GPG Key ID: 87AC27DE8462AB71
1 changed files with 1 additions and 3 deletions

View File

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