IResponse.send(body?: Uint8Array): HandlerResult
Sends a raw byte response.
optional
body: Uint8Array
The response bytes; omit for an empty body
The handler result
IResponse.send(body?: Uint8Array): HandlerResult
Sends a raw byte response.
body: Uint8Array
The response bytes; omit for an empty body
The handler result
import { type IResponse } from "common/src/index.ts";