koa-cache-control
koa-cache-control copied to clipboard
A simple method for managing cache control headers from your application.
Results
1
koa-cache-control issues
Sort by
recently updated
recently updated
newest added
Add the types to your project ```bash $ yarn add -D @types/koa-cache-control ``` Create a custom context that is composed of the legal options to pass to `cacheControl(options?)` ```typescript import...