UNPKG

dewy

Version:

Dewy(dǝw-y) is a minimalist HTTP server framework with a small codebase, utilizing built-in URLPattern for efficient routing.

6 lines (5 loc) 196 B
export declare class ServerError extends Error { init?: ResponseInit | undefined; constructor(message: string, init?: ResponseInit); constructor(origin: Error, init?: ResponseInit); }