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

x/fresh/src/server/context.ts>ServerContext

The next-gen web framework.
Extremely Popular
Latest
class ServerContext
import { ServerContext } from "https://deno.land/x/fresh@1.7.2/src/server/context.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

fromManifest(manifest: Manifest, config: FromManifestConfig): Promise<ServerContext>

Process the manifest into individual components and pages.