mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-22 05:35:08 +02:00
add websockets context
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
//! Actix actors integration for Actix web framework
|
||||
mod context;
|
||||
mod ws;
|
||||
|
||||
pub use self::context::HttpContext;
|
||||
pub use self::ws::{ws_handshake, ws_start, WebsocketContext};
|
||||
|
||||
pub use actix_http::ws::CloseCode as WsCloseCode;
|
||||
pub use actix_http::ws::ProtocolError as WsProtocolError;
|
||||
pub use actix_http::ws::{Frame as WsFrame, Message as WsMessage};
|
||||
|
Reference in New Issue
Block a user