charset
Charset encoder
A Koa.js middleware that uses iconv-lite to encode the body and set charset based on the content-type header.
use iconv-lite to encode the body and set charset to content-type
17 stars
5 watching
4 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/compress | Middleware for compressing responses in Koa applications | 438 |
koajs/bodyparser | Middleware for parsing request bodies in Koa applications | 1,311 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/logger | A logging middleware for Koa.js applications | 562 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/compose | Utility to combine multiple middleware functions into a single cohesive piece of software | 1,004 |
koajs/ejs | A Koa middleware for rendering EJS templates with support for layouts, includes, and state access. | 248 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koajs/error | Middleware for handling error responses in web applications. | 102 |
koajs/bunyan-logger | A middleware for Koa.js applications that uses Bunyan logging | 108 |
koajs/body-parsers | A collection of body parsers for Koa.js applications. | 39 |
koajs/koa-lusca | Middleware for securing web applications in Node.js using the Koa framework. | 66 |
koajs/ctx-paginate | Koa pagination middleware and view helpers | 17 |
koajs/s3-cache | An S3 caching middleware for Koa.js applications | 12 |