HTTPGet Action Patch
data class HTTPGetActionPatch(val host: String? = null, val httpHeaders: List<HTTPHeaderPatch>? = null, val path: String? = null, val port: Either<Int, String>? = null, val scheme: String? = null)
HTTPGetAction describes an action based on HTTP Get requests.
Constructors
Link copied to clipboard
fun HTTPGetActionPatch(host: String? = null, httpHeaders: List<HTTPHeaderPatch>? = null, path: String? = null, port: Either<Int, String>? = null, scheme: String? = null)