struct ServiceRunner::Monitoring::Config::HTTPResult
- ServiceRunner::Monitoring::Config::HTTPResult
- ServiceRunner::Monitoring::Config::Result
- Struct
- Value
- Object
Defined in:
service_runner/monitoring/config.crConstructors
Instance Method Summary
- #body : String | Nil
- #body=(body : String | Nil)
- #expected : HTTPResult::Expected
- #expected=(expected : HTTPResult::Expected)
- #headers : Hash(String, Array(String)) | Nil
- #headers=(headers : Hash(String, Array(String)) | Nil)
- #host : String | Nil
- #host=(host : String | Nil)
- #method : String
- #method=(method : String)
- #path : String
- #path=(path : String)
- #port : UInt16 | Nil
- #port=(port : UInt16 | Nil)
- #query_parameters : Hash(String, Array(String)) | Nil
- #query_parameters=(query_parameters : Hash(String, Array(String)) | Nil)
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