Identifies the Values for HttpFlavorValues enum definition
Kind of HTTP protocol used.
Note: If net.transport is not specified, it can be assumed to be IP.TCP except if http.flavor is QUIC, in which case IP.UDP is assumed.
net.transport
IP.TCP
http.flavor
QUIC
IP.UDP
Use the HTTPFLAVORVALUES_XXXXX constants rather than the HttpFlavorValues.XXXXX for bundle minification.
HTTP 1.0.
HTTP 1.1.
HTTP 2.
QUIC protocol.
SPDY protocol.
Identifies the Values for HttpFlavorValues enum definition
Kind of HTTP protocol used.
Note: If
net.transportis not specified, it can be assumed to beIP.TCPexcept ifhttp.flavorisQUIC, in which caseIP.UDPis assumed.Deprecated
Use the HTTPFLAVORVALUES_XXXXX constants rather than the HttpFlavorValues.XXXXX for bundle minification.