werkzeug.HeaderSet.update

HeaderSet.update(iterable)[source]

Add all the headers from the iterable to the set.

Parameters:iterable – updates the set with the items from the iterable.