Package-level declarations

Types

Link copied to clipboard

The maximum length of the content that will be logged. After this response body will be truncated.

Link copied to clipboard

A configuration for the KtorMonitorLogging plugin.

Link copied to clipboard

The retention period for the logs.

Properties

Link copied to clipboard

A Ktor client plugin that provides the capability to log HTTP calls.

Link copied to clipboard

Functions

Link copied to clipboard
fun KtorMonitor(modifier: Modifier = Modifier, useKtorMonitorTheme: Boolean = true)

Ktor Monitor UI entry point.

Link copied to clipboard

A Tray menu item for Ktor Monitor.

Link copied to clipboard
fun KtorMonitorViewController(): UIViewController

UIViewController for KtorMonitor.

Link copied to clipboard
fun KtorMonitorWindow(show: Boolean = true, onCloseRequest: () -> Unit = {})

Ktor Monitor Window.