Unified Router
class UnifiedRouter(val serialFormat: <ERROR CLASS> = standardKtorSerialFormat, val serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType)
Content copied to clipboard
Constructors
Link copied to clipboard
fun UnifiedRouter(serialFormat: <ERROR CLASS> = standardKtorSerialFormat, serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType)
Content copied to clipboard
Types
Functions
Link copied to clipboard
fun <T> <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.decodeUrlQueryValue(field: String, deserializer: <ERROR CLASS><T>): <ERROR CLASS>
Content copied to clipboard
Link copied to clipboard
suspend fun <T> <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.decodeUrlQueryValueOrSendError(field: String, deserializer: <ERROR CLASS><T>): <ERROR CLASS>
Content copied to clipboard
Link copied to clipboard
suspend fun <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.getParameterOrSendError(field: String): <ERROR CLASS>
Content copied to clipboard
Link copied to clipboard
fun <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.getQueryParameter(field: String): <ERROR CLASS>
Content copied to clipboard
Link copied to clipboard
suspend fun <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.getQueryParameterOrSendError(field: String): <ERROR CLASS>
Content copied to clipboard
Link copied to clipboard