HttpHeaders typedef
An array of HTTP headers. Each header is represented as a dictionary
containing the keys name and either value or binaryValue.
Implementation
typedef HttpHeaders = List<HttpHeadersItems>;
An array of HTTP headers. Each header is represented as a dictionary
containing the keys name and either value or binaryValue.
typedef HttpHeaders = List<HttpHeadersItems>;