mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-26 06:23:17 +01:00
6 lines
117 B
Rust
6 lines
117 B
Rust
mod senderror;
|
|
mod service;
|
|
|
|
pub use self::senderror::{SendError, SendResponse};
|
|
pub use self::service::HttpService;
|