Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fastro/server/handler.ts>createHandler

Fast and simple web application framework for deno
Go to Latest
function createHandler
import { createHandler } from "https://deno.land/x/fastro@v0.63.6/server/handler.ts";

Parameters

middlewares: Array<MiddlewareArgument>
routes: Array<Route>
pages: Array<SSRHandler>
staticURL: string
cache: Container
maxAge: number