Headers constructor

Headers()

Creates an empty Headers instance.

The instance's get returns an efficient Iterable with a view of the values at the time it was called.

Implementation

factory Headers() = _Headers;