commonMain.eu.lepicekmichal.signalrkore.AvailableTransport.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signalrkore Show documentation
Show all versions of signalrkore Show documentation
Connect to SignalR Core server with library written in Kotlin and coroutines.
package eu.lepicekmichal.signalrkore
import kotlinx.serialization.Serializable
@Serializable
internal class AvailableTransport(
val transport: TransportEnumResponse,
val transferFormats: List,
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy