Retrostash
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Retrostash
retrostash-okhttp
/
dev.logickoder.retrostash.okhttp
/
CachedHttpEnvelope
Cached
Http
Envelope
data
class
CachedHttpEnvelope
(
val
payload
:
ByteArray
,
val
contentType
:
String
?
,
val
statusCode
:
Int
,
val
statusMessage
:
String
,
val
headers
:
List
<
Pair
<
String
,
String
>
>
)
Members
Constructors
Cached
Http
Envelope
Link copied to clipboard
constructor
(
payload
:
ByteArray
,
contentType
:
String
?
,
statusCode
:
Int
,
statusMessage
:
String
,
headers
:
List
<
Pair
<
String
,
String
>
>
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
?
headers
Link copied to clipboard
val
headers
:
List
<
Pair
<
String
,
String
>
>
payload
Link copied to clipboard
val
payload
:
ByteArray
status
Code
Link copied to clipboard
val
statusCode
:
Int
status
Message
Link copied to clipboard
val
statusMessage
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int