Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 345 Bytes

Etag

ETag support for qoq based on koa-etag and koa-conditional-get

Installation

yarn add qoq-etag

Usage

import { WebSlotManager } from 'qoq';
import { Etag } from 'qoq-etag';

export webSlots = WebSlotManager.use(new Etag());