static-cache
static-cache copied to clipboard
Support Brotli
This pull requests adds the support for Brotli, both of dynamic compression and precompiled .br files.
Brotli support is a missing piece that koa-static does have.
I've also updated supertest to the latest version as I needed .responseType('arraybuffer') in the test cases.
Closes #77
Hmm, the build for Node.js 8 is failing, but the version has reached its EoL. Should we still support them?
@dead-horse Ping for decision. Is it possible to drop support for Node.js 8, as we live in 2020?