Package me.nikhilchaudhari.usefetch.network

Types

ResponseData
Link copied to clipboard
data class ResponseData(url: String, statusCode: Int, encoding: Charset?, headers: Map<String, String>, text: String)

Represents a network response

Properties

jsonArray
Link copied to clipboard
val ResponseData.jsonArray: JSONArray

JSONArray of your network response

jsonObject
Link copied to clipboard
val ResponseData.jsonObject: JSONObject

JSONObject of your network response