//! Admin control server.
//!
//! Separate HTTP server for operator-only actions: generating
//! signup tokens, enabling/disabling users, and a WebDAV interface for file
//! management. Protected routes require the `X-Admin-Password` header.
pub use ;
/// Extension trait to add the default admin password header to test requests.
pub