macro_rules! html {
    ($path:literal) => { ... };
}
Expand description

Wrapper for response using "text/html; charset=utf-8" as the Content-Type.