headers property

List<HttpHeader>? headers
getter/setter pair

HTTP headers to send with the request (e.g., Content-Type: application/json).

Order is preserved and duplicate keys are allowed.

Implementation

core.List<HttpHeader>? headers;