IResponse.text(body: string): HandlerResult
Sends a plain-text response.
The handler result
IResponse.text(body: string): HandlerResult
Sends a plain-text response.
The handler result
import { type IResponse } from "common/src/index.ts";