Builds a raw (non-JSON) Response, e.g. for serving HTML admin pages.
Response
Raw response body.
MIME type of the body; defaults to text/html. ;charset=UTF-8 is appended automatically.
text/html
;charset=UTF-8
A Response with the raw body and the configured headers.
Generated using TypeDoc
Builds a raw (non-JSON)
Response, e.g. for serving HTML admin pages.