Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 663 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 663 Bytes

@harperdb/http-cache

A HarperDB Component for caching HTTP requests/responses from other components.

NPM Version

Installation

Go into the HarperDB application you would building and install this package and add it to the config.yaml file:

  1. Install:
npm install @harperdb/http-cache
  1. 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.