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.
Constructors
Link copied to clipboard
fun HTTPGetAction(host: String? = null, httpHeaders: List<HTTPHeader>? = null, path: String? = null, port: Either<Int, String>, scheme: String? = null)