All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.tim06.xrayConfiguration.settings.tcp.header.Response.kt Maven / Gradle / Ivy

package io.github.tim06.xrayConfiguration.settings.tcp.header

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
data class Response(
    @SerialName("version")
    val version: String,
    @SerialName("status")
    val status: String,
    @SerialName("reason")
    val reason: String,
    @SerialName("headers")
    val headers: Map>
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy