Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class EaCRuntimeHandlerPipeline
import { EaCRuntimeHandlerPipeline } from "https://deno.land/x/fathym_everything_as_code@v0.1.75-deno2/src/runtime/pipelines/EaCRuntimeHandlerPipeline.ts";

Constructors

new
EaCRuntimeHandlerPipeline()

Methods

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