tmdb-api-client
Toggle table of contents
5.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tmdb-api-client
core
/
io.v47.tmdb.http
/
HttpResponse
Http
Response
interface
HttpResponse
<
T
>
(
source
)
Members
Properties
body
Link copied to clipboard
abstract
val
body
:
T
?
headers
Link copied to clipboard
abstract
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Link copied to clipboard
abstract
val
status
:
Int