mof-iconv
v0.1.4
Published
Convert the response body to String from one encoding to another encoding
Downloads
22
Maintainers
Readme
mof-charsetparser
the transformor of the response body for middleware of floodesh
Install
npm install mof-iconv
Test
npm test
Usage
In floodesh, use it like:
const iconv = require("mof-iconv")
const Worker = require("floodesh").Worker
const worker = new Worker(config);
worker.responsemw.use(iconv())