contentTypeHtml static method

void contentTypeHtml()

Set Content-Type to HTML

Implementation

static void contentTypeHtml() => response.header('Content-Type', 'text/html');