captureHeaders

@JvmName(name = "hlngjnbkkxriudsu")
suspend fun captureHeaders(value: Output<List<String>>)
@JvmName(name = "topdautjswajbsvo")
suspend fun captureHeaders(value: List<String>?)

Parameters

value

For payload logging, we only collect payload by default. If customers also want to collect the specified headers, they can set them in captureHeaders so that backend will collect those headers along with payload.


@JvmName(name = "lvigjlotlidnbopk")
suspend fun captureHeaders(vararg values: Output<String>)


@JvmName(name = "dikdfbvkecwkvfql")
suspend fun captureHeaders(values: List<Output<String>>)
@JvmName(name = "ccmknfebrxwbjvnl")
suspend fun captureHeaders(vararg values: String)

Parameters

values

For payload logging, we only collect payload by default. If customers also want to collect the specified headers, they can set them in captureHeaders so that backend will collect those headers along with payload.