gatewayd: ws frames, a strict decoder and a masked encoder

Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)
This commit is contained in:
2026-09-23 20:50:00 -07:00
parent 02681069b6
commit f649ca9e3d
4 changed files with 727 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
//! The WebSocket client (RFC 6455; M4a spec, section 6): the handshake, the frame codec, and the
//! connection that uses them.
pub mod frame;
pub mod handshake;
/// Why a WebSocket ended or could not start. Every one of these ends the connection; `gatewayd`