1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-15 13:02:54 +01:00

6 lines
115 B
Rust
Raw Normal View History

2019-03-17 13:47:20 -07:00
//! Actix actors integration for Actix web framework
mod context;
2019-03-17 22:11:50 -07:00
pub mod ws;
2019-03-17 13:47:20 -07:00
pub use self::context::HttpContext;