@kobionic/koa-body-filter
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Koa Body Filter

npm version License Code style Build status

A Koa middleware to filter response body depending on query parameters.

Installation

npm install @kobionic/koa-body-filter

Usage

import bodyFilter from '@kobionic/koa-body-filter';
import Koa from 'koa';

const app = new Koa();
app.use(bodyFilter());
app.listen();

Run Tests

npm test

Authors

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Package Sidebar

Install

npm i @kobionic/koa-body-filter

Weekly Downloads

0

Version

2.0.2

License

Apache-2.0

Unpacked Size

16.1 kB

Total Files

6

Last publish

Collaborators

  • jeremiergz