Home »
MCQs »
Koa.js MCQs
With the help of which property response status is configured?
11. With the help of which property response status is configured?
- Status.res
- Res.status
- Response.status
- Status.response
Answer: C) Response.status
Explanation:
The response status is configured using the Response.status property.