Skip to content

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

License

Notifications You must be signed in to change notification settings

HarperDB/http-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published