tokio-tungstenite
tokio-tungstenite copied to clipboard
Add `permessage-deflate` support
Adds WebSocketStream::from_raw_socket_with_compression
to enable compression without handshake for crates like warp
and axum
.
See https://github.com/snapview/tungstenite-rs/pull/235