protocol property

  1. @TagNumber.new(15)
String get protocol

Protocol used for the request. Examples: "HTTP/1.1", "HTTP/2", "websocket"

Implementation

@$pb.TagNumber(15)
$core.String get protocol => $_getSZ(14);
  1. @TagNumber.new(15)
set protocol (String value)

Implementation

@$pb.TagNumber(15)
set protocol($core.String value) => $_setString(14, value);