Reference
html
Creates an HTML response and defaults the content type to `text/html; charset=utf-8`.
Signature
function html(value: string, init: ResponseInit): ResponseReference
Creates an HTML response and defaults the content type to `text/html; charset=utf-8`.
function html(value: string, init: ResponseInit): Response