websocket: native RFC 6455 transport (ws:// + wss://) — handshake, framing, ping/pong keepalive, idle timeout, origin/proxy flags, via_websocket
This commit is contained in:
parent
97b0d8ad89
commit
19157e0722
7 changed files with 633 additions and 0 deletions
|
|
@ -32,4 +32,5 @@ pub mod socketengine;
|
|||
pub mod tls;
|
||||
pub mod users;
|
||||
pub mod watch;
|
||||
pub mod websocket;
|
||||
pub mod xline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue