1.1.0 • Published 9 months ago
@harperdb/http-cache v1.1.0
@harperdb/http-cache
A HarperDB Component for caching HTTP requests/responses from other components.
Installation
Go into the HarperDB application you would building and install this package and add it to the config.yaml file:
- Install:
npm install @harperdb/http-cache- Add to
config.yaml:
'@harperdb/http-cache':
package: '@harperdb/http-cache'
files: '/*'Options
All configuration options are optional
port: number
Specify a port for the caching server. Defaults to 9926.