/// HTTP Handler Helpers
///
/// Extracted from http_server.rs to reduce complexity.
/// Each handler has its own params struct with validation.
pub mod query;
pub mod ingest;
pub use query::*;
pub use ingest::*;