class Place::HTTPPinger

Defined in:

place/http_pinger.cr

Constant Summary

DUMMY_CALLBACK = Proc(Task, Nil).new do nil end

Class Method Summary

Instance Method Summary

Class Method Detail

def self.driver_interface : String #

Instance Method Detail

def check_status : Bool #

[View source]
def connected #

[View source]
def curl(verb : String, path : String, headers : Hash(String, String) = {} of String => String, body : String | Nil = nil) #

[View source]
def expected_response_code : Int32 #

[View source]
def on_load #

[View source]
def on_update #

[View source]
def request_verb : String #

[View source]
def response_failure_count : UInt64 #

[View source]
def response_mismatch_count : UInt64 #

[View source]