Page Contents

Home > @loopback/http-caching-proxy > ProxyOptions

ProxyOptions interface

Signature:

export interface ProxyOptions 

Properties

Property Type Description
cachePath string Directory where to keep the cached snapshots.
logError? boolean (Optional) A flag if the error should be logged
port? number (Optional) The port where the HTTP proxy should listen at. Default: 0 (let the system pick a free port)
timeout? number (Optional) Timeout to connect to the target service
ttl? number (Optional) How long to keep snapshots before making a new request to the backend. The value is in milliseconds.Default: one day