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

GitHub

17 stars
5 watching
4 forks
Language: JavaScript
last commit: about 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
koajs/compressMiddleware for compressing responses in Koa applications437
koajs/bodyparserMiddleware for parsing request bodies in Koa applications1,312
koajs/json Middleware for generating pretty-printed JSON responses in Koa applications.198
koajs/loggerA logging middleware for Koa.js applications563
koajs/parameterMiddleware for validating parameters in web applications67
koajs/composeUtility to combine multiple middleware functions into a single cohesive piece of software1,005
koajs/ejsA Koa middleware for rendering EJS templates with support for layouts, includes, and state access.248
koajs/corsA middleware for managing cross-origin resource sharing in web applications.734
koajs/conditional-getMiddleware that allows conditional GET requests in Koa applications61
koajs/errorMiddleware for handling error responses in web applications.102
koajs/bunyan-loggerA middleware for Koa.js applications that uses Bunyan logging108
koajs/body-parsersA collection of body parsers for Koa.js applications.39
koajs/koa-luscaMiddleware for securing web applications in Node.js using the Koa framework.66
koajs/ctx-paginateKoa pagination middleware and view helpers17
koajs/s3-cacheAn S3 caching middleware for Koa.js applications12