@cfworker/http-errors
A collection HTTP error classes for use with @cfworker/web.
import { BadRequestError } from '@cfworker/http-errors';
// ... while handling a request...
throw new BadRequestError('foo is required.');
Author message:
HttpError has been migrated to @cfworker/web
A collection HTTP error classes for use with @cfworker/web.
import { BadRequestError } from '@cfworker/http-errors';
// ... while handling a request...
throw new BadRequestError('foo is required.');
npm i @cfworker/http-errors
7
1.1.1
MIT
28.3 kB
124