Hierarchy

  • EnricherScenario
    • AllowListEnricher

Constructors

Properties

extractIp?: ((req: IncomingMessage) => undefined | IIpExtractionResult)
ipObjectCache: LRUCache<string, AddressObject, unknown>
scenarioName: string = 'allow-list'

Accessors

  • get ipObjectCache(): LRUCache<string, AddressObject, unknown>
  • Returns LRUCache<string, AddressObject, unknown>

Methods

  • Parameters

    • Optionaladdress: string

    Returns AddressObject