Package de.jensklingenberg.ktorfit.internal

Types

FieldData
Link copied to clipboard
class FieldData(encoded: Boolean, data: Any?, queryKey: String, type: FieldType)
FieldType
Link copied to clipboard
enum FieldType : Enum<FieldType>
HeaderData
Link copied to clipboard
data class HeaderData(key: String, value: Any?)
KtorfitClient
Link copied to clipboard
class KtorfitClient(ktorfit: Ktorfit)
QueryData
Link copied to clipboard
class QueryData(encoded: Boolean, data: Any?, queryKey: String, type: QueryType)
QueryType
Link copied to clipboard
enum QueryType : Enum<QueryType>
RequestData
Link copied to clipboard
data class RequestData(method: String, relativeUrl: String, headers: List<HeaderData>, queries: List<QueryData>, fields: List<FieldData>, parts: Map<String, Any>, bodyData: Any?, qualifiedRawTypeName: String, requestBuilder: <ERROR CLASS>.() -> Unit)