GetRateLimitMatchHeader

data class GetRateLimitMatchHeader(val name: String, val op: String, val value: String)

Constructors

Link copied to clipboard
constructor(name: String, op: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the response header to match.

Link copied to clipboard
val op: String

The operator used when matching: eq means "equal" and ne means "not equal". Available values: "eq", "ne".

Link copied to clipboard

The value of the response header, which must match exactly.