Module fastly::erl

source ·
Expand description

Edge rate limiter and supporting functions.

Structs§

  • An edge rate limiter which includes a ratecounter and a penaltybox.
  • A penaltybox that can be used with the edge rate limiter or stand alone for adding and checking if some entry is in the data set.
  • A rate counter that can be used with a edge rate limiter or stand alone for counting and rate calculations

Enums§

  • To be used for picking the duration in a rate counter lookup_count call
  • Errors that can arise during ERL operations.
  • To be used for picking the window in a rate counter lookup_rate or a ERL check_rate