Package-level declarations

Types

Link copied to clipboard

A configuration for the CallLogging plugin.

Properties

Link copied to clipboard

A plugin that allows you to log incoming client requests. You can configure CallLogging in multiple ways: specify a logging level, filter requests based on a specified condition, customize log messages, and so on.

Functions

Link copied to clipboard
fun ApplicationCall.processingTimeMillis(clock: () -> Long = { getTimeMillis() }): Long

Returns time in millis from the moment the call was received until now