moadim 0.14.0

Moadim.io MCP/REST server for managing cron jobs
1
2
3
4
5
6
/// Middleware that injects filesystem location into response headers.
pub mod fs_location;
/// Middleware that logs request method, path, status, and latency.
pub mod logger;
/// Middleware that adds defense-in-depth security response headers.
pub mod security_headers;