-
2.8.0 can not start Application this.keys=option.keys | undefined raise error
-
Hello there,
I am trying to use form-data on a back-end api and it seems it still does not work. I saw a PR but it closed since months.
Do you have any update?
Regards.
Thomas.
-
koa deprecated Support for generators will be removed in v3. See the documentation for examples of how to convert old middleware https://github.com/koajs/koa/blob/master/docs/migration.md
Can you u…
-
Hi, I may have missed something. Is there any way to access file data with streams? I can see two options only: download to the disk straightforward or store in memory as a buffer.
-
I think multer should write to `ctx.request` because that is the [koa request object](https://github.com/koajs/koa/blob/master/docs/api/context.md#ctxrequest) currently it is writing to the `ctx.req`…
-
I am evaluating various JS frameworks for a new REST API and so far HapiJS seems to be a winner except that KaoJS's approach of using ES 6 generators rather then callbacks looks very attractive. Does …
mmc41 updated
5 years ago
-
I want to submit a PR into [koajs.com](https://github.com/koajs/koajs.com/).
I wanted to update the docs to use the new async function api instead of the deprecated generator api.
I followed the…
-
I parsed the body and it works, but if i dump the rawBody i get nothing.
the order was:
1. middleware
2. console log body
-
Could you lint the production code?
Because now eslint checks only the test code.
You have to:
- add `*.js` in this line https://github.com/koajs/joi-router/blob/master/package.json#L16
- create…
-
https://github.com/koajs/koa/blob/75233d974a30af6e3b8ab38a73e5ede67172fc1c/lib/application.js#L127
looking at the callback for https.createServer(), which (afaik) will be executed on every request:…