GetRulesRuleRuleActionFixedResponseConfig

data class GetRulesRuleRuleActionFixedResponseConfig(val content: String, val contentType: String, val httpCode: String)

Constructors

fun GetRulesRuleRuleActionFixedResponseConfig(content: String, contentType: String, httpCode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fixed response. The response cannot exceed 1 KB in size and can contain only ASCII characters.

Link copied to clipboard

The format of the fixed response. Valid values: text/plain, text/css, text/html, application/javascript, and application/json.

Link copied to clipboard

The redirect method. Valid values:301, 302, 303, 307, and 308.