Similar to koa-compress,
except it basically always compresses the response to gzip
.
This is particularly nice for SPDY as the specifications states that user agents must always support gzip compression.
Thus, this compression middleware is a little simpler.
Differences:
Accept-Encoding
is ignored- No
vary
header is set - No
this.compress
option - Sets
content-length
on compressed bodies if available (should probably port that to koa-compress)