Fastly Compute C++ SDK
Loading...
Searching...
No Matches
erl.h File Reference
#include <chrono>
#include <fastly/expected.h>

Go to the source code of this file.

Classes

class  fastly::erl::ERLError
 Errors that can arise during ERL operations. More...
class  fastly::erl::PenaltyBox
class  fastly::erl::RateCounter
class  fastly::erl::ERL

Namespaces

namespace  fastly
namespace  fastly::erl

Enumerations

enum class  fastly::erl::CounterDuration {
  fastly::erl::TenSec = 10 , fastly::erl::TwentySecs = 20 , fastly::erl::ThirtySecs = 30 , fastly::erl::FortySecs = 40 ,
  fastly::erl::FiftySecs = 50 , fastly::erl::SixtySecs = 60
}
 To be used for picking the duration in a rate counter lookup_count call. More...
enum class  fastly::erl::RateWindow { fastly::erl::OneSec = 1 , fastly::erl::TenSecs = 10 , fastly::erl::SixtySecs = 60 }