GetRateLimitsResultMatchResponse

data class GetRateLimitsResultMatchResponse(val originTraffic: Boolean)

Constructors

Link copied to clipboard
constructor(originTraffic: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When true, only the uncached traffic served from your origin servers will count towards rate limiting. In this case, any cached traffic served by Cloudflare will not count towards rate limiting. This field is optional. Notes: This field is deprecated. Instead, use response headers and set "origintraffic" to "false" to avoid legacy behaviour interacting with the "responseheaders" property.