headers property

List<HTTPHeader>? headers
final

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;