Skip to main content
method Headers.prototype.entries

Returns an iterator allowing to go through all key/value pairs contained in this Headers object. The both the key and value of each pairs are ByteString objects.

Returns

IterableIterator<[string, string]>