Package-level declarations

Types

Link copied to clipboard
class BodyCapture(val request: Boolean = true, val response: Boolean = true, val maxBytes: Long = 4 * 1024, val redactHeaders: Set<String> = DEFAULT_REDACTED_HEADERS, val textContentTypes: List<String> = DEFAULT_TEXT_TYPES, val streamingContentTypes: List<String> = DEFAULT_STREAMING_TYPES)

What of a request and response body ends up in a trace.

Link copied to clipboard

Ktor client integration, for apps not on the OkHttp engine.

Link copied to clipboard

OkHttp integration.

Link copied to clipboard

Room integration.

Link copied to clipboard

The database porthole, for anything that is not Room.