Connection Monitor Http Configuration Response
data class ConnectionMonitorHttpConfigurationResponse(val method: String? = null, val path: String? = null, val port: Int? = null, val preferHTTPS: Boolean? = null, val requestHeaders: List<HTTPHeaderResponse>? = null, val validStatusCodeRanges: List<String>? = null)
Describes the HTTP configuration.
Constructors
Link copied to clipboard
fun ConnectionMonitorHttpConfigurationResponse(method: String? = null, path: String? = null, port: Int? = null, preferHTTPS: Boolean? = null, requestHeaders: List<HTTPHeaderResponse>? = null, validStatusCodeRanges: List<String>? = null)