[[tcp]]
desc = "GitLab SSH"
addr = "gitlab.com:22"
[[tcp]]
desc = "Freenode IRC"
addr = "irc.freenode.net:6667"
[[http]]
desc = "httpbin IP endpoint"
addr = "https://httpbin.org/ip"
[[http]]
desc = "httpbin POST endpoint (form)"
addr = "https://httpbin.org/status/undefined"
custom = { params = { someKey = "SpecialValue" }, ok = 400 }
[[http]]
desc = "httpbin JSON endpoint"
addr = "https://httpbin.org/status/400"
custom = { json = { someKey = "SpecialValue" }, ok = 400 }
[[http]]
desc = "httpbin JSON endpoint - Error"
addr = "https://httpbin.org/status/502"
custom = { json = { someKey = [3, "AnotherValue", false], anotherKey = { nested = "value", count = [1, 2, 3] } }, ok = 400 }