import { ServerContext } from "https://deno.land/x/fresh@1.7.3/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.