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

Constructors

new
EaCRuntimeHandlerPipeline()

Methods

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