macro_rules! html_err { ($status:expr, $text:expr) => { ... }; ($text:expr) => { ... }; }
Respond to clients an error with html structure string A similar usage as json_err
json_err