CatRequest

class CatRequest<R>(path: String, parameters: Parameters, processResult: (List<List<String>>) -> R) : Request<Nothing, List<List<String>>, R>

Types

Companion
Link copied to clipboard
common
object Companion

Functions

deserializeResponse
Link copied to clipboard
common
open override fun deserializeResponse(response: String, serde: <ERROR CLASS>): List<List<String>>
serializeRequest
Link copied to clipboard
common
open override fun serializeRequest(encoder: RequestEncoder)

Properties

body
Link copied to clipboard
common
val body: Nothing?
contentType
Link copied to clipboard
common
open val contentType: String?
method
Link copied to clipboard
common
val method: Method
parameters
Link copied to clipboard
common
val parameters: Parameters
path
Link copied to clipboard
common
val path: String
processResult
Link copied to clipboard
common
val processResult: (List<List<String>>) -> R