Response

class Response(body: String,headers: Map<String, List<String>>)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

body
Link copied to clipboard
val body: String
headers
Link copied to clipboard
val headers: Map<String, List<String>>