nuxt-community / koa-template

Starter template for Nuxt.js with KoaJS.
https://koa.nuxtjs.org
382 stars 62 forks source link

Simplify Koa middleware #39

Closed IlyaSemenov closed 6 years ago

IlyaSemenov commented 6 years ago

The middleware that I submitted in #21 was overcomplicated. Koa server has a special ctx.respond = false mode which is intended for this very case (handle node request by an external connect-style middleware).

This PR simplifies things. I am using this code in production.