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

x/next_php/mod.ts>CreateHandlerOptions

NextPHP is a web framework enabling you to write PHP in JavaScript.
Latest
interface CreateHandlerOptions
implements TemplateOptions
import { type CreateHandlerOptions } from "https://deno.land/x/next_php@1.1.2/mod.ts";

Methods

optional
handleError(req: Request, e: unknown): Response | Promise<Response>
optional
handleNotFound(req: Request): Response | Promise<Response>