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

commonMain.fuel.HttpResponse.kt Maven / Gradle / Ivy

package fuel

import kotlinx.io.Source

public class HttpResponse {
    public var statusCode: Int = -1
    public lateinit var source: Source
    public var headers: Map = emptyMap()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy