headers property
The HTTP response headers. The ordering of the headers is significant. Multiple headers with the same key may present for the response.
Implementation
@$pb.TagNumber(3)
$pb.PbList<HttpHeader> get headers => $_getList(2);
The HTTP response headers. The ordering of the headers is significant. Multiple headers with the same key may present for the response.
@$pb.TagNumber(3)
$pb.PbList<HttpHeader> get headers => $_getList(2);