Files
kiss-firefox/template/externs/webextension_polyfill/webrequest/HttpHeaders.hx
2025-02-02 18:08:09 -06:00

7 lines
268 B
Haxe

package webextension_polyfill.webrequest;
/**
An array of HTTP headers. Each header is represented as a dictionary containing the keys <code>name</code>
and either <code>value</code> or <code>binaryValue</code>.
**/
typedef HttpHeaders = Array<HttpHeadersItemType>;