summaryrefslogtreecommitdiff
path: root/makima/src/server/handlers/mod.rs
blob: c08f1bdcc419f0089ad4fff20514e4a08524a2bb (plain) (blame)
1
2
3
4
5
6
//! HTTP and WebSocket request handlers.

pub mod chat;
pub mod file_ws;
pub mod files;
pub mod listen;