UNPKG

@teclone/r-server

Version:

A lightweight, extensible web-server with inbuilt routing-engine, static file server, file upload handler, request body parser, middleware support and lots more

5 lines (4 loc) 117 B
import { Exception } from '.'; export declare class EntityTooLargeException extends Exception { constructor(); }