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