httpHeaders property

List<HTTPHeader>? httpHeaders
getter/setter pair

Custom headers to set in the request.

HTTP allows repeated headers.

Implementation

core.List<HTTPHeader>? httpHeaders;