Google News
logo
Koa.js - Quiz(MCQ)
Which of the following middleware is used to compress the response body before sending it to the client?
A)
Koa.compress
B)
Koa.compression
C)
Koa.compression.app
D)
None of the above

Correct Answer :   Koa.compress


Explanation : koa.compress middleware is used to compress the response body prior to sending it to the client.

Advertisement