flodgatt/src/parse_client_request/mod.rs

6 lines
142 B
Rust
Raw Normal View History

//! Parse the client request and return a 'timeline' and a (maybe authenticated) `User`
2019-07-08 13:31:42 +02:00
pub mod query;
pub mod sse;
pub mod user;
pub mod ws;