lightws 0.6.14

Lightweight websocket implement for stream transmission.
Documentation
1
2
3
4
5
mod accept;
mod connect;

pub(super) use accept::{recv_request, send_response};
pub(super) use connect::{recv_response, send_request};