struct ServiceRunner::Monitoring::Config::HTTPResult

Defined in:

service_runner/monitoring/config.cr

Constructors

Instance Method Summary

Instance methods inherited from struct ServiceRunner::Monitoring::Config::Result

frequency : Int32 frequency, frequency=(frequency : Int32) frequency=

Constructor methods inherited from struct ServiceRunner::Monitoring::Config::Result

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def body : String | Nil #

[View source]
def body=(body : String | Nil) #

[View source]
def expected : HTTPResult::Expected #

[View source]
def expected=(expected : HTTPResult::Expected) #

[View source]
def headers : Hash(String, Array(String)) | Nil #

[View source]
def headers=(headers : Hash(String, Array(String)) | Nil) #

[View source]
def host : String | Nil #

[View source]
def host=(host : String | Nil) #

[View source]
def method : String #

[View source]
def method=(method : String) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def port : UInt16 | Nil #

[View source]
def port=(port : UInt16 | Nil) #

[View source]
def query_parameters : Hash(String, Array(String)) | Nil #

[View source]
def query_parameters=(query_parameters : Hash(String, Array(String)) | Nil) #

[View source]