RateLimitMatchArgs

data class RateLimitMatchArgs(val request: Output<RateLimitMatchRequestArgs>? = null, val response: Output<RateLimitMatchResponseArgs>? = null) : ConvertibleToJava<RateLimitMatchArgs>

Constructors

Link copied to clipboard
fun RateLimitMatchArgs(request: Output<RateLimitMatchRequestArgs>? = null, response: Output<RateLimitMatchResponseArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RateLimitMatchArgs

Properties

Link copied to clipboard
val request: Output<RateLimitMatchRequestArgs>? = null

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.