Macro webserver_rs::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
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