1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-03 14:56:44 +00:00
actix-web/src/ws
Denis Kolodin 80f385e703 Add WsWriter trait
`WsWriter` trait is a common interface for writing to a websocket and
it's implemented for both: `WebScoketContext` and `ClientWriter`.
2018-05-02 08:35:50 +03:00
..
client.rs Add WsWriter trait 2018-05-02 08:35:50 +03:00
context.rs Add WsWriter trait 2018-05-02 08:35:50 +03:00
frame.rs clippy warnings 2018-04-29 09:09:08 -07:00
mask.rs clippy warnings 2018-04-29 09:09:08 -07:00
mod.rs Add WsWriter trait 2018-05-02 08:35:50 +03:00
proto.rs clippy warnings; fmt 2018-04-28 22:55:47 -07:00