ETag support for qoq based on koa-etag and koa-conditional-get
yarn add qoq-etag
import { WebSlotManager } from 'qoq';
import { Etag } from 'qoq-etag';
export webSlots = WebSlotManager.use(new Etag());
ETag support for qoq based on koa-etag and koa-conditional-get
yarn add qoq-etag
import { WebSlotManager } from 'qoq';
import { Etag } from 'qoq-etag';
export webSlots = WebSlotManager.use(new Etag());