HttpResponseHeaderModificationRuleResponseHeaderModification

data class HttpResponseHeaderModificationRuleResponseHeaderModification(val name: String, val operation: String, val value: String? = null)

Constructors

constructor(name: String, operation: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The response header name.

Link copied to clipboard

Operation method. Possible values:

Link copied to clipboard
val value: String? = null

The response header value.