class Tanda::Webhook::RequestLog

Included Modules

Defined in:

tanda_webhook/request_log.cr

Constant Summary

REQUEST_COUNTS_STRING = "Request counts:".colorize.yellow
TOTAL_COUNT_KEY = "total"

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def empty? : Bool #

[View source]
def log_counts #

[View source]
def record_webhook!(request : HTTP::Request, webhook : Types::Webhook) #

[View source]