protocol property

  1. @TagNumber(11)
String protocol

The network protocol used with the request, such as "http/1.1", "spdy/3", "h2", "h2c", "webrtc", "tcp", "udp", "quic". See https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids for details.

Implementation

@$pb.TagNumber(11)
$core.String get protocol => $_getSZ(9);
  1. @TagNumber(11)
void protocol=(String v)

Implementation

@$pb.TagNumber(11)
set protocol($core.String v) { $_setString(9, v); }