import { ServerContext } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/mod.ts";
Methods
handler(): (req: Request, connInfo?: ServeHandlerInfo) => Promise<Response>
This functions returns a request handler that handles all routes required by Fresh, including static files.
Static Methods
fromManifest(manifest: Manifest, config: FromManifestConfig): Promise<ServerContext>
Process the manifest into individual components and pages.