Skip to main content
Module

x/fresh/server.ts>ServerContext#handler

The next-gen web framework.
Extremely Popular
Go to Latest
method ServerContext.prototype.handler
Re-export
import { ServerContext } from "https://deno.land/x/fresh@1.1.2/server.ts";

This functions returns a request handler that handles all routes required by fresh, including static files.

Returns

RequestHandler