RootEncoder
Toggle table of contents
2.8.0
release
Target filter
release
Switch theme
Search in API
Skip to content
RootEncoder
whip
/
com.pedro.whip.utils
/
RequestResponse
Request
Response
data
class
RequestResponse
(
val
statusCode
:
Int
,
val
headers
:
Map
<
String
,
String
>
,
val
body
:
String
)
Members
Constructors
Request
Response
Link copied to clipboard
constructor
(
statusCode
:
Int
,
headers
:
Map
<
String
,
String
>
,
body
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
status
Code
Link copied to clipboard
val
statusCode
:
Int