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

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

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

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

@Serializable
data class Header(
    @SerialName("type")
    val type: String,
    @SerialName("request")
    val request: Request? = null,
    @SerialName("response")
    val response: Response? = null,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy