protocol property
Protocol used for the request. Examples: "HTTP/1.1", "HTTP/2", "websocket"
Implementation
@$pb.TagNumber(15)
$core.String get protocol => $_getSZ(14);
Implementation
@$pb.TagNumber(15)
set protocol($core.String value) => $_setString(14, value);