actix-http 0.1.0-alpha.2

Actix http primitives
Documentation
1
2
3
4
5
mod senderror;
mod service;

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