from

abstract fun from(vararg pairs: Pair<String, String>): Impl

Create a set of immutable fetch headers from the provided set of pairs.

Return

Immutable set of fetch headers.


abstract fun from(previous: FetchHeaders): Impl

Create an immutable copy of the provided previous fetch headers.

Return

Immutable copy of the provided fetch headers.