Unified Router
class UnifiedRouter(serialFormat: StandardKtorSerialFormat, serialFormatContentType: <ERROR CLASS>)
Content copied to clipboard
Functions
decode Url Query Value
Link copied to clipboard
fun <T> <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.decodeUrlQueryValue(field: String, deserializer: DeserializationStrategy<T>): <ERROR CLASS>
Content copied to clipboard
decode Url Query Value Or Send Error
Link copied to clipboard
suspend fun <T> <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.decodeUrlQueryValueOrSendError(field: String, deserializer: DeserializationStrategy<T>): <ERROR CLASS>
Content copied to clipboard
get Parameter Or Send Error
Link copied to clipboard
suspend fun <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.getParameterOrSendError(field: String): <ERROR CLASS>
Content copied to clipboard
get Query Parameter
Link copied to clipboard
fun <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.getQueryParameter(field: String): <ERROR CLASS>
Content copied to clipboard
get Query Parameter Or Send Error
Link copied to clipboard
suspend fun <ERROR CLASS><out <ERROR CLASS>, <ERROR CLASS>>.getQueryParameterOrSendError(field: String): <ERROR CLASS>
Content copied to clipboard
include Websocket Handling
Link copied to clipboard
fun <T> <ERROR CLASS>.includeWebsocketHandling(suburl: String, flow: Flow<T>, serializer: SerializationStrategy<T>): <ERROR CLASS>
Content copied to clipboard