//! Streaming and upgrade transports for the Tako framework.
//!
//! WebSocket, Server-Sent Events, file streaming, static file serving, and
//! WebTransport implementations. Re-exported under the original `tako::*` paths
//! via the umbrella crate.
/// Server-Sent Events (SSE) support for real-time communication.
/// File streaming utilities for serving files.
/// Static file serving utilities.
/// WebSocket connection handling and message processing.
/// WebSocket connection handling for compio runtime.
/// WebTransport server support over QUIC.