Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Koa response status source code.tar.gz | 2017-09-14 | 47.2 kB | |
Koa response status source code.zip | 2017-09-14 | 49.8 kB | |
README.md | 2017-09-14 | 348 Bytes | |
Totals: 3 Items | 97.3 kB | 0 |
This release fixes an issue where the response status in the koa context was not being read.
Previous behaviour was that response status was always 200 if it was not set in the router staticContext
.
Behaviour now is that if the status is NOT set in the staticContext
it will be read from the koa response context (A.K.A ctx.response.status
)