Documentation / @zerotal/core / index / html
Function: html()
html(
markup,status?):void
Defined in: helpers/response.ts:317
Set a raw HTML response body on the current request.
Parameters
markup
string | { toString: string; }
status?
number = 200
Returns
void