mof-validbody
v0.1.0
Published
the response body checker for middleware of floodesh
Downloads
7
Maintainers
Readme
mof-validbody
the response body checker for middleware of floodesh
Install
npm install mof-validbody
Test
npm test
Usage
In floodesh, use it like:
const validbody = require("mof-validbody")
const Worker = require("floodesh").Worker
const worker = new Worker(config);
worker.responsemw.use(validbody("HTML"))