Companion

expect object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
expect fun setupSendPipeline(sendPipeline: <ERROR CLASS>)

Install an application-wide send pipeline interceptor into ApplicationSendPipeline.Engine phase to start response object processing via respondOutgoingContent

actual fun setupSendPipeline(sendPipeline: <ERROR CLASS>)

Install an application-wide send pipeline interceptor into ApplicationSendPipeline.Engine phase to start response object processing via respondOutgoingContent

Properties

Link copied to clipboard
expect val EngineResponseAttributeKey: <ERROR CLASS><BaseApplicationResponse>

Attribute key to access engine's response instance. This is engine internal API and should be never used by end-users unless you are writing your own engine implementation

actual val EngineResponseAttributeKey: <ERROR CLASS><BaseApplicationResponse>

Attribute key to access engine's response instance. This is engine internal API and should be never used by end-users unless you are writing your own engine implementation

actual val EngineResponseAttributeKey: <ERROR CLASS><BaseApplicationResponse>

Attribute key to access engine's response instance. This is engine internal API and should be never used by end-users unless you are writing your own engine implementation