Skip to main content
Go to Latest
class EaCRuntimeHandlerPipeline
Re-export
import { EaCRuntimeHandlerPipeline } from "https://deno.land/x/fathym_eac_runtime@v0.0.190/mod.ts";

Constructors

new
EaCRuntimeHandlerPipeline()

Properties

protected
pipeline: (EaCRuntimeHandler | EaCRuntimeHandlers)[]

Methods

Append(...handlers: (EaCRuntimeHandler | EaCRuntimeHandlers | undefined)[]): void
Execute(
request: Request,
ctx: EaCRuntimeContext,
index?,
): Response | Promise<Response>
Prepend(...handlers: (EaCRuntimeHandler | EaCRuntimeHandlers | undefined)[]): void