fus-api
Toggle table of contents
2.0.241
common
Target filter
common
Switch theme
Search in API
Skip to content
fus-api
fus-api
/
com.jetbrains.fus.reporting
/
HttpResponse
Http
Response
data
class
HttpResponse
(
val
statusCode
:
Int
,
val
body
:
String
?
)
Simple HTTP response wrapper.
Members
Constructors
Http
Response
Link copied to clipboard
constructor
(
statusCode
:
Int
,
body
:
String
?
)
Properties
body
Link copied to clipboard
val
body
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
Int