resHeaders property

List<String>? resHeaders
final

Allowlist of response header names to capture (case-insensitive). When null, no response headers are captured for matching requests.

Implementation

final List<String>? resHeaders;