Macro html_err

Source
macro_rules! html_err {
    ($status:expr, $text:expr) => { ... };
    ($text:expr) => { ... };
}
Expand description

Respond to clients an error with html structure string A similar usage as json_err