headers property

List<HttpHeader>? headers
getter/setter pair

HTTP headers received in the response.

Order is preserved and duplicate keys are allowed (e.g., multiple Set-Cookie headers).

Implementation

core.List<HttpHeader>? headers;