mirror of
https://github.com/fafhrd91/actix-web
synced 2025-04-03 13:24:14 +02:00
6 lines
115 B
Rust
6 lines
115 B
Rust
//! Actix actors integration for Actix web framework
|
|
mod context;
|
|
pub mod ws;
|
|
|
|
pub use self::context::HttpContext;
|