stasis-proxy - v0.1.0
    Preparing search index...

    Interface InterceptorConfig

    Configuration for the interceptor plugin.

    interface InterceptorConfig {
        upstream: string;
        store: CacheStore;
    }
    Index

    Properties

    Properties

    upstream: string

    Upstream API URL

    store: CacheStore

    Cache store instance