-
## The devDependency [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) was updated from `9.0.1` to `9.1.0`.
🚨 [View failing branch](https://github.com/koajs/response-time/compar…
-
## Overview
Please allow passing `subdomainOffset` which would then be set on the koa app's instance inside `createContext` function. Maybe `customProperties` could be used for that.
This is neces…
-
The example code uses app.listen but I'm using the http.createServer method outlined here: https://github.com/koajs/koa/blob/master/docs/api/index.md#applisten
This lets socket.io to work:
```
ap…
-
Attempting to access a non-JSON request body
The docs here: https://github.com/lwsjs/local-web-server/wiki/How-to-access-the-body-of-an-incoming-request
`require('lws-body-parser')` but don't te…
-
I found some code in the test case and **added a line** to describe the problem I encountered.
```
it('should respond 204 with status=200', async () => {
const app = new Koa();
app.u…
-
Is it better to use `Array.prototype.includes` instead of `Array.prototype.indexOf`? It's easier to understand directly.
https://github.com/koajs/koa/blob/master/lib/request.js#L348
thanks
-
请问如何拿到 raw 类型的 request body 数据?
* **Node Version**:
* **Egg Version**:
* **Plugin Name**:
* **Plugin Version**:
* **Platform**:
* **Mini Showcase Repository**:
-
This may actually be something that IPS does correctly and NSS does incorrectly. Nonetheless, because the generator was built for NSS, it fails.
To reproduce:
Log into https://develop.generator.…
-
Hi,
Recently I needed to integrate a koa based microservice with zipkin. I didn't find any existing integrations and had to write my custom middleware. Now I'm thinking about contributing it to ope…
-
Any plans to update for koa2 ?