HTTPGet Action
data class HTTPGetAction(val host: String? = null, val httpHeaders: List<HTTPHeader>? = null, val path: String? = null, val port: Either<Int, String>, val scheme: String? = null)
HTTPGetAction describes an action based on HTTP Get requests.