headers property
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;
HTTP headers to send with the request (e.g., Content-Type: application/json).
Order is preserved and duplicate keys are allowed.
core.List<HttpHeader>? headers;