json-filter
Response filter
A middleware solution to filter response data based on querystring parameters.
Middleware allowing the client to filter the response to only what they need, reducing the amount of traffic over the wire.
93 stars
4 watching
5 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/response-time | Middleware to track and report response times in web applications. | 124 |
koajs/error | Middleware for handling error responses in web applications. | 102 |
koajs/compress | Middleware for compressing responses in Koa applications | 438 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,345 |
koajs/route | Simple middleware for routing requests to specific handlers in an application | 446 |
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/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/json-error | An error handling middleware for Koa applications | 91 |
koajs/qs | Enables safe and secure query string parsing in Koa applications | 88 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
potatogopher/koa-response-handler | A middleware that handles responses in Koa JS applications | 16 |
koajs/is-json | Checks if a Koa request body contains JSON data | 17 |
koajs/mock | A middleware for creating mock web pages with customizable URL mapping and data | 41 |
koajs/koa-range | An implementation of range request support in Koa web framework | 50 |