HttpRequest

constructor(url: String, method: HttpRequestMethod, bodyMap: Map<*, *>?, bodyString: String?, contentType: String?, headers: List<HttpHeader> = listOf(), api: GenericSpotifyApi? = null)(source)