Expand description
Unified server actor for HTTP, gRPC, and WebSocket transports.
The same handle() code runs in both native (rayon pool) and DST modes.
Protocol-specific concerns (serialization, HTTP status codes, etc.) live in
the transport layer — this actor only does engine dispatch and auth.