ClientHandler

interface ClientHandler<C : ClientScope<*>>

A Krosstalk client handler. Capable of sending krosstalk requests.

Functions

Link copied to clipboard
abstract suspend fun sendKrosstalkRequest(url: String, httpMethod: String, contentType: String, additionalHeaders: Headers, body: ByteArray?, scopes: List<AppliedClientScope<C, *>>): InternalKrosstalkResponse

Send a krosstalk request to the server.

Sources

Link copied to clipboard