property InjectResponse.body

Raw response body as text. A byte body (from response.send(bytes)) is UTF-8 decoded; null only when the response genuinely has no body.

Type

string | null

Usage

import { type InjectResponse } from "kernel/src/index.ts";