json-error
Error handler
An error handling middleware for Koa applications
Error handler for pure-JSON apps
91 stars
8 watching
3 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
error-handlerjsonkoa
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/error | Middleware for handling error responses in web applications. | 102 |
koajs/onerror | Provides an error handling mechanism for Koa applications by directly manipulating the application's ctx.onerror property. | 140 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
ladjs/koa-better-error-handler | A better error handling solution for Koa applications | 54 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,347 |
thinkjs/think-trace | An error handling middleware for Koa2 and ThinkJS applications. | 12 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/cluster | Utility library for clustering and error handling in Koa.js applications | 64 |
koajs/koa-safe-jsonp | A middleware plugin for Koa.js applications that safely wraps JSON responses in JSONP (JavaScript and XML Parsing) to facilitate cross-domain requests. | 17 |
koajs/is-json | Checks if a Koa request body contains JSON data | 17 |
koajs/logger | A logging middleware for Koa.js applications | 563 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
sindresorhus/parse-json | A JSON parser that provides more informative error messages when parsing JSON fails | 348 |
koajs/etag | Provides etag support for Koa responses | 113 |
barc/express-error | An error handler for express.js that displays source code in the error stack for JavaScript and CoffeeScript. | 42 |