Skip to main content
Version: 3.14.1

Headers.keys()

The Headers.keys() method returns an iterator allowing to go through all keys contained in this object. The keys are String objects.

Syntax

keys()

Parameters

None.

Return value

Returns an iterator.