lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
mockzilla-common
/
com.apadmi.mockzilla.lib.models
/
PartialMockzillaHttpResponse
/
PartialMockzillaHttpResponse
Partial
Mockzilla
Http
Response
constructor
(
statusCode
:
HttpStatusCode
?
=
null
,
headers
:
Map
<
String
,
String
>
?
=
null
,
body
:
String
?
=
null
)