feat(http): implement WebSocket upgrade handler (native EventEnvelope session, no length prefix, bearer auth)

This commit is contained in:
2026-07-01 19:15:11 +00:00
parent 539a812c12
commit 384ad03619
3 changed files with 1255 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
//! native `EventEnvelope` call-protocol session, not the gateway shape
//! (ADR-048). See `docs/architecture/crates/http/websocket.md`.
pub mod upgrade;
#[cfg(test)]
mod tests {
use std::collections::HashMap;

File diff suppressed because it is too large Load Diff