Page Contents
Home > @loopback/http-caching-proxy > ProxyOptions
ProxyOptions interface
Signature:
export interface ProxyOptions
Properties
Property | Modifiers | 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 | <p>(Optional) How long to keep snapshots before making a new request to the backend. The value is in milliseconds.</p><p>Default: one day</p> |