1//! Module containing HTTP handlers. Mapping to these from various routes is configured in 2//! `ocypod-server.rs`. 3 4pub mod health; 5pub mod info; 6pub mod job; 7pub mod queue; 8pub mod tag;