mirror of
https://github.com/fafhrd91/actix-web
synced 2025-02-17 10:13:30 +01:00
Re-export all error types from awc (#1621)
This commit is contained in:
parent
6e97bc09f8
commit
5aad8e24c7
@ -8,6 +8,7 @@
|
|||||||
destructuring. [#1594]
|
destructuring. [#1594]
|
||||||
* `ServiceRequest::app_data` allows retrieval of non-Data data without splitting into parts to
|
* `ServiceRequest::app_data` allows retrieval of non-Data data without splitting into parts to
|
||||||
access `HttpRequest` which already allows this. [#1618]
|
access `HttpRequest` which already allows this. [#1618]
|
||||||
|
* Re-export all error types from `awc`. [#1621]
|
||||||
* MSRV is now 1.42.0.
|
* MSRV is now 1.42.0.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
@ -16,7 +17,8 @@
|
|||||||
[#1594]: https://github.com/actix/actix-web/pull/1594
|
[#1594]: https://github.com/actix/actix-web/pull/1594
|
||||||
[#1609]: https://github.com/actix/actix-web/pull/1609
|
[#1609]: https://github.com/actix/actix-web/pull/1609
|
||||||
[#1610]: https://github.com/actix/actix-web/pull/1610
|
[#1610]: https://github.com/actix/actix-web/pull/1610
|
||||||
[#1618]: https://github.com/actix/actix-web/pull/1610
|
[#1618]: https://github.com/actix/actix-web/pull/1618
|
||||||
|
[#1621]: https://github.com/actix/actix-web/pull/1621
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0-beta.1 - 2020-07-13
|
## 3.0.0-beta.1 - 2020-07-13
|
||||||
|
@ -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,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user