httpHeaders property

List<HTTPHeader>? httpHeaders
final

Custom headers to set in the request. HTTP allows repeated headers.

Implementation

final List<HTTPHeader>? httpHeaders;