//! Parse the client request and return a (possibly authenticated) `User` pub mod query; pub mod sse; pub mod user; pub mod ws;