Releases: venables/koa-plus
Releases · venables/koa-plus
v1.1.0
v1.0.0
koa-plus
is koa
with the following middleware by default:
koa-helmet
(security headers)kcors
(CORS)koa-compress
(gzip)koa-etag
(ETag support)koa-conditional-get
(304 Not Modified support)koa-better-body
(request body parsing)koa-json
(object streaming, json printing)