core
/
io.karte.android.utilities.http
/
Response
androidJvm
Response
open class
Response
(code:
Int
, headers:
Map
<
String
,
List
<
String
>>, body:
String
)
Content copied to clipboard
HTTP Response Object class.
Constructors
Functions
Properties
Inheritors
Constructors
Response
Link copied to clipboard
androidJvm
fun
Response
(code:
Int
, headers:
Map
<
String
,
List
<
String
>>, body:
String
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
androidJvm
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Properties
body
Link copied to clipboard
androidJvm
val
body
:
String
Content copied to clipboard
Response body
code
Link copied to clipboard
androidJvm
val
code
:
Int
Content copied to clipboard
HTTP Response code
headers
Link copied to clipboard
androidJvm
val
headers
:
Map
<
String
,
List
<
String
>>
Content copied to clipboard
HTTP Response headers
isMaintenance
Link copied to clipboard
androidJvm
val
isMaintenance
:
Boolean
Content copied to clipboard
Is server maintenance response.
isSuccessful
Link copied to clipboard
androidJvm
val
isSuccessful
:
Boolean
Content copied to clipboard
is Request successful .
Inheritors
TrackResponse
Link copied to clipboard