lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
mockzilla-common
/
com.apadmi.mockzilla.lib.models
/
PartialMockzillaHttpResponse
Partial
Mockzilla
Http
Response
@
Serializable
data
class
PartialMockzillaHttpResponse
(
val
statusCode
:
HttpStatusCode
?
=
null
,
val
headers
:
Map
<
String
,
String
>
?
=
null
,
val
body
:
String
?
=
null
)
Members
Constructors
Partial
Mockzilla
Http
Response
Link copied to clipboard
constructor
(
statusCode
:
HttpStatusCode
?
=
null
,
headers
:
Map
<
String
,
String
>
?
=
null
,
body
:
String
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
String
?
=
null
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
?
=
null
status
Code
Link copied to clipboard
@
Serializable
(
with
=
HttpStatusCodeSerializer::class
)
val
statusCode
:
HttpStatusCode
?
=
null