getCustomHeaders

abstract suspend fun getCustomHeaders(updateProgress: suspend (progress: Progress) -> Unit = {}): List<GatewayHttpHeader>

Get custom headers set in the gateway

Return

list of custom headers

Parameters

updateProgress

of the operation