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
/
HttpRequest
Http
Request
interface
HttpRequest
(
source
)
Members
Properties
body
Link copied to clipboard
abstract
val
body
:
Any
?
method
Link copied to clipboard
abstract
val
method
:
HttpMethod
query
Link copied to clipboard
abstract
val
query
:
Map
<
String
,
List
<
Any
>
>
uri
Variables
Link copied to clipboard
abstract
val
uriVariables
:
Map
<
String
,
Any
>
url
Link copied to clipboard
abstract
val
url
:
String