IKernelApplication.inject(request: InjectRequest): Promise<InjectResponse>
Synthesizes an incoming request and runs it through the full pipeline without requiring a listening server.
request: InjectRequest
The synthetic request
Promise<InjectResponse>
The inject response