Response
data class Response(val request: FMPWeb.Request = Request(), val status: Int = -1, val data: ByteArray = byteArrayOf(), val headers: Map<String, String> = mapOf(), val exception: FMPException? = null, var stats: FMPWeb.Stats = Stats())
Constructors
Link copied to clipboard
constructor(request: FMPWeb.Request = Request(), status: Int = -1, data: ByteArray = byteArrayOf(), headers: Map<String, String> = mapOf(), exception: FMPException? = null, stats: FMPWeb.Stats = Stats())