ClientHandler
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
Content copied to clipboard
Send a krosstalk request to the server.