toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.http
/
HttpRequest
/
HttpRequest
Http
Request
constructor
(
url
:
String
,
method
:
HttpRequestMethod
,
bodyMap
:
Map
<
*
,
*
>
?
,
bodyString
:
String
?
,
contentType
:
String
?
,
headers
:
List
<
HttpHeader
>
=
listOf()
,
api
:
GenericSpotifyApi
?
=
null
)
(
source
)