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
object KtorPorthole
Ktor client integration, for apps not on the OkHttp engine.
Link copied to clipboard
object OkHttpPorthole
OkHttp integration.
Link copied to clipboard
object RoomPorthole
Room integration.
Link copied to clipboard
object SqlitePorthole
The database porthole, for anything that is not Room.