IResponse.html(body: string): HandlerResult
Sends an HTML response.
The text/html; charset=utf-8 media type is set explicitly — a bare
text/html lets a browser sniff the encoding.
The handler result
IResponse.html(body: string): HandlerResult
Sends an HTML response.
The text/html; charset=utf-8 media type is set explicitly — a bare
text/html lets a browser sniff the encoding.
The handler result
import { type IResponse } from "common/src/index.ts";