koa-conditional-get
Conditional GET support for koa.
Installation
# npm $ npm install koa-conditional-get# yarn $ yarn add koa-conditional-get
Example
const conditional = ;const etag = ;const Koa = ;const app = ; // use it upstream from etag so// that they are presentapp; // add etagsapp; // respondapp app