method ServerContext.prototype.handlerRe-exportimport { ServerContext } from "https://deno.land/x/fresh@1.7.1/server.ts"; handler(): (req: Request, connInfo?: ServeHandlerInfo) => Promise<Response>This functions returns a request handler that handles all routes required by Fresh, including static files. Returns(req: Request, connInfo?: ServeHandlerInfo) => Promise<Response>