mirror of https://github.com/fafhrd91/actix-web
ws: Export `FramedMessage` struct
This commit is contained in:
parent
c4577a5ec9
commit
5cfcdcc06f
|
@ -64,7 +64,7 @@ pub use self::client::{
|
||||||
Client, ClientError, ClientHandshake, ClientReader, ClientWriter,
|
Client, ClientError, ClientHandshake, ClientReader, ClientWriter,
|
||||||
};
|
};
|
||||||
pub use self::context::WebsocketContext;
|
pub use self::context::WebsocketContext;
|
||||||
pub use self::frame::Frame;
|
pub use self::frame::{Frame, FramedMessage};
|
||||||
pub use self::proto::{CloseCode, CloseReason, OpCode};
|
pub use self::proto::{CloseCode, CloseReason, OpCode};
|
||||||
|
|
||||||
/// Websocket protocol errors
|
/// Websocket protocol errors
|
||||||
|
|
Loading…
Reference in New Issue