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