contentTypeHtml static method
void
contentTypeHtml()
Set Content-Type to HTML
Implementation
static void contentTypeHtml() => response.header('Content-Type', 'text/html');
Set Content-Type to HTML
static void contentTypeHtml() => response.header('Content-Type', 'text/html');