struct ServiceRunner::Monitoring::Config::HTTPResult::Expected

Included Modules

Defined in:

service_runner/monitoring/config.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(status : Int32 = 200, body : String | Nil = nil) #

[View source]

Instance Method Detail

def body : String | Nil #

def clone #

[View source]
def copy_with(status _status = @status, body _body = @body) #

[View source]
def status : Int32 #