1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 16:32:59 +01:00
actix-web/src/ws
Tobias Bieniek 0925a7691a ws/context: Increase write() visibility to public (#402)
This type is introduced to avoid confusion between the `.binary()` and `.write_raw()` methods on WebSocket contexts
2018-07-19 20:04:13 +03:00
..
client.rs ws/context: Increase write() visibility to public (#402) 2018-07-19 20:04:13 +03:00
context.rs ws/context: Increase write() visibility to public (#402) 2018-07-19 20:04:13 +03:00
frame.rs ws/context: Increase write() visibility to public (#402) 2018-07-19 20:04:13 +03:00
mask.rs clippy warnings 2018-07-12 10:41:49 +06:00
mod.rs ws/context: Increase write() visibility to public (#402) 2018-07-19 20:04:13 +03:00
proto.rs Add missing API docs 2018-06-02 15:52:50 +02:00