headers property

  1. @TagNumber.new(3)
PbList<HttpHeader> get headers

The HTTP request headers. The ordering of the headers is significant. Multiple headers with the same key may present for the request.

Implementation

@$pb.TagNumber(3)
$pb.PbList<HttpHeader> get headers => $_getList(2);