1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-26 06:23:17 +01:00
2019-03-26 11:54:35 -07:00

6 lines
117 B
Rust

mod senderror;
mod service;
pub use self::senderror::{SendError, SendResponse};
pub use self::service::HttpService;