koa-bodyparser

E553128

koa-bodyparser is a middleware module for the Koa web framework that parses incoming request bodies (such as JSON, form, and text) into usable JavaScript objects.

All labels observed (1)

Label Occurrences
koa-bodyparser canonical 2

How this entity was disambiguated

Statements (41)

Predicate Object
instanceOf HTTP request body parser
Koa middleware
Node.js library
alternativeTo body-parser for Express
category server-side JavaScript
web development
compatibleWith Koa
Koa 2
linked to: Koa
ecosystem Koa ecosystem
Node.js ecosystem
hasFeature configurable body size limits
configurable parsing options
error handling for invalid JSON
importExample const bodyParser = require('koa-bodyparser');
inputFormat application/json
application/x-www-form-urlencoded
text/plain
installCommand npm install koa-bodyparser
yarn add koa-bodyparser
license MIT License
maintainedIn open-source community
middlewareType body parser middleware
output ctx.request.body in Koa
parsesInto JavaScript objects
programmingLanguage JavaScript
relatedTo koa
koa-compose
koa-router
repositoryPlatform GitHub
requires Koa application context
runsOn Node.js
supports JSON request bodies
URL-encoded form request bodies
text request bodies
supportsVersion Node.js 8 and above (typical)
targetAudience Koa framework users
Node.js developers
typicalUse parsing HTTP request bodies in Koa applications
usageExample app.use(bodyParser());
usedWith Koa routing middleware
REST APIs built with Koa

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

Koa ecosystem koa-bodyparser
Koa ecosystemPackage koa-bodyparser
subject linked to: Koa web framework