Compress for qoq based on koa-compress that support gzip, deflate and brotli.
yarn add qoq-compressimport { WebSlotManager } from 'qoq';
import { Compress } from 'qoq-compress';
export const webSlots = WebSlotManager.use(new Compress());@see koa-compress