RateLimitMatch

data class RateLimitMatch(val request: RateLimitMatchRequest? = null, val response: RateLimitMatchResponse? = null)

Constructors

Link copied to clipboard
constructor(request: RateLimitMatchRequest? = null, response: RateLimitMatchResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Matches HTTP requests (from the client to Cloudflare).

Link copied to clipboard

Matches HTTP responses before they are returned to the client from Cloudflare. If this is defined, then the entire counting of traffic occurs at this stage.