HttpHeaders typedef

HttpHeaders = JSArray<JSAny?>

An array of HTTP headers. Each header is represented as a dictionary containing the keys name and either value or binaryValue.

Implementation

typedef HttpHeaders = JSArray;