http2
Version: v2025-01-13 | Includes use: No |
---|
Behavior name: HTTP/2
Enables the HTTP/2 protocol, which reduces latency and improves efficiency. You can only apply this behavior if the property is marked as secure. See Secure property requirements for guidance.
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.
Note: There are no options for this behavior. Placing it in the
behavior
block without options enables it.
data "akamai_property_rules_builder" "http2" {
rules_v2025_02_18 {
name = "HTTP/2"
comments = "Enables the HTTP/2 protocol"
behavior {
http2 {
}
}
}
}
"behaviors": [
{
"name": "http2",
"options": {
}
}
]
Updated 1 day ago