1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

split up http body module

This commit is contained in:
Rob Ede
2021-02-15 12:20:43 +00:00
parent 0404b78b54
commit 55db3ec65c
10 changed files with 789 additions and 742 deletions

View File

@ -1,4 +1,5 @@
//! Http client errors
//! HTTP client errors
pub use actix_http::client::{ConnectError, FreezeRequestError, InvalidUrl, SendRequestError};
pub use actix_http::error::PayloadError;
pub use actix_http::http::Error as HttpError;