headers property

  1. @TagNumber.new(3)
PbMap<String, String> get headers

Optional HTTP headers for authentication or custom routing. Example: {"Authorization": "Bearer ${TOKEN}"}

Implementation

@$pb.TagNumber(3)
$pb.PbMap<$core.String, $core.String> get headers => $_getMap(2);