method IKernelApplication.inject
IKernelApplication.inject(request: InjectRequest): Promise<InjectResponse>

Synthesizes an incoming request and runs it through the full pipeline without requiring a listening server.

Parameters

The synthetic request

Return Type

Promise<InjectResponse>

The inject response

Usage

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