clone method

Headers clone()

Creates a header object with the copy if the current one's content.

Implementation

Headers clone() => Headers(_values);