headers property
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);
The HTTP request headers. The ordering of the headers is significant. Multiple headers with the same key may present for the request.
@$pb.TagNumber(3)
$pb.PbList<HttpHeader> get headers => $_getList(2);