get Custom Headers
abstract suspend fun getCustomHeaders(updateProgress: suspend (progress: Progress) -> Unit = {}): List<GatewayHttpHeader>
Get custom headers set in the gateway
Return
list of custom headers
Parameters
update Progress
of the operation