quic_​beta

Version: v2025-01-13Includes use: No

Behavior name: QUIC Support (Beta)

For a share of responses, includes an Alt-Svc header for compatible clients to initiate subsequent sessions using the QUIC protocol.

Default behavior

These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.

data "akamai_property_rules_builder" "quic_beta" {
  rules_v2025_02_18 {
    name     = "QUIC Support (Beta)"
    comments = "Includes an Alt-Svc header for compatible clients to initiate subsequent sessions using the QUIC protocol."
    behavior {
      quic_beta {
        enabled               = true
        quic_offer_percentage = 50
      }
    }
  }
}
"behaviors": [
  {
    "name": "quicBeta",
    "options": {
      "enabled": true,
      "quicOfferPercentage": 50
    }
  }
]

Options

Option Description
enabled
Enables QUIC support.
quic_offer_percentage
The percentage of responses for which to allow QUIC sessions. Value range is 1-50.