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