PluginName
data class PluginName(pluginName: String) : AbstractCoroutineContextElement
Content copied to clipboard
Name of the Ktor plugin that is currently being invoked. This name is used in debugging mode.
Constructors
Types
Link copied to clipboard
Key for PluginName instance in the coroutine context.
Functions
Link copied to clipboard
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
Content copied to clipboard
Link copied to clipboard
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
Content copied to clipboard
Link copied to clipboard