Hierarchy

  • EnricherScenario
    • HTTPEnricher

Constructors

Properties

extractIp?: ((req) => undefined | IIpExtractionResult)

Type declaration

Param: req

ipObjectCache: LRUCache<string, AddressObject, unknown>
scenarioName: string = 'http-enricher'

Accessors

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

Methods

  • Parameters

    • Optional address: string

    Returns AddressObject

Generated using TypeDoc