koajs / koa-body

koa body parser middleware
MIT License
947 stars 131 forks source link

Add 'setEmptyBody' configuration option and functionality, to allow s… #221

Open tiagojsag opened 1 year ago

tiagojsag commented 1 year ago

…etting an empty body when no supported content-type is provided

This fixes https://github.com/koajs/koa-body/issues/218 and extends https://github.com/koajs/koa-body/pull/219

Checklist