Wow
Toggle table of contents
8.6.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-openapi
/
me.ahoo.wow.openapi.contract
/
HttpResponse
/
HttpResponse
Http
Response
constructor
(
statusCode
:
String
,
description
:
String
?
=
null
,
headers
:
List
<
HttpHeader
>
=
emptyList()
,
content
:
List
<
HttpContent
>
=
emptyList()
,
contentDeclared
:
Boolean
=
content.isNotEmpty()
,
componentRef
:
String
?
=
null
)