macro_rules! http_err {
($s:expr,$d:expr,$e:expr) => { ... };
($d:expr,$e:expr) => { ... };
($e:expr) => { ... };
}Expand description
A macro to help format the standard message strings used by this error type.
http_err!(status<default 500>,domain<default "unknown">,msg)