Module

x/fresh/server.ts>ServerContext

The next-gen web framework.
Extremely Popular
Latest
class ServerContext
import { ServerContext } from "https://dotland.deno.dev/x/fresh@1.6.8/server.ts";

Constructors

new
ServerContext(
state: InternalFreshState,
extractResult: FsExtractResult,
snapshot: Builder | BuildSnapshot | Promise<BuildSnapshot>,
)

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

Process the manifest into individual components and pages.

import ServerContext
import { ServerContext } from "https://dotland.deno.dev/x/fresh@1.6.8/server.ts";