koa-accepts
TypeScript icon, indicating that this package has built-in type declarations

0.7.0 • Public • Published

koa-accepts

CircleCI

Simple middleware to change the format of your response based on the HTTP accept header, using q weights via the negotiator library.

Supported formats:

  • application/yaml: YAML
  • application/x-msgpack: MsgPack
  • application/json: JSON.stringify

If anything else it will fall back to doing what koa normally does (JSON).

Quickstart

import * as koa from 'koa'
import accepts from 'koa-accepts'
 
const app = new Koa()
 
app.use(accepts())

Readme

Keywords

Package Sidebar

Install

npm i koa-accepts

Weekly Downloads

17

Version

0.7.0

License

MIT

Unpacked Size

18.4 kB

Total Files

23

Last publish

Collaborators

  • crack_squirrels