headers property
A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
Implementation
final List<HTTPHeader>? headers;
A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
final List<HTTPHeader>? headers;