MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
api
/
party.morino.mineauth.api.http
/
HttpResponse
Http
Response
data
class
HttpResponse
(
val
status
:
Int
,
val
body
:
String
?
,
val
headers
:
Map
<
String
,
String
>
=
mapOf()
)
HTTPレスポンスを表すデータクラス
Members
Constructors
Http
Response
Link copied to clipboard
constructor
(
status
:
Int
,
body
:
String
?
,
headers
:
Map
<
String
,
String
>
=
mapOf()
)
Properties
body
Link copied to clipboard
val
body
:
String
?
レスポンスボディ
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
レスポンスヘッダー
status
Link copied to clipboard
val
status
:
Int
HTTPステータスコード