toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.http
/
HttpResponse
Http
Response
@
Serializable
data
class
HttpResponse
(
val
responseCode
:
Int
,
val
body
:
String
,
val
headers
:
List
<
HttpHeader
>
)
(
source
)
Members
Constructors
Http
Response
Link copied to clipboard
constructor
(
responseCode
:
Int
,
body
:
String
,
headers
:
List
<
HttpHeader
>
)
Properties
body
Link copied to clipboard
val
body
:
String
headers
Link copied to clipboard
val
headers
:
List
<
HttpHeader
>
response
Code
Link copied to clipboard
val
responseCode
:
Int