koa-vhost icon indicating copy to clipboard operation
koa-vhost copied to clipboard

vhost for koajs

Results 2 koa-vhost issues
Sort by recently updated
recently updated
newest added

When I use this middleware, I got following message: koa deprecated Support for generators will been removed in v3. See the documentation for examples of how to convert old middleware...

I noticed that the following code didn't invoke my next middlewares which was registered behind the vhost. ``` javascript // without invoke the next server's middlewares or next middleware return...