0.0.6 • Published 4 years ago

qoq-compress v0.0.6

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

qoq-compress

Compress for qoq based on koa-compress that support gzip, deflate and brotli.

License GitHub Workflow Status (branch) Codecov npm

Installation

yarn add qoq-compress

Usage

import { WebSlotManager } from 'qoq';
import { Compress } from 'qoq-compress';

export const webSlots = WebSlotManager.use(new Compress());

Options

@see koa-compress

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago