RequestLoggingResponse

data class RequestLoggingResponse(val captureHeaders: List<String>? = null)

Constructors

Link copied to clipboard
constructor(captureHeaders: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val captureHeaders: List<String>? = null

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.