feat(http): implement WebSocket upgrade handler (native EventEnvelope session, no length prefix, bearer auth)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user