Downloader Test Impl
Functions
Link copied to clipboard
open operator fun get(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?, p2: Localization): Response
Link copied to clipboard
Link copied to clipboard
open fun post(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?, @Nullable p2: ByteArray?): Response
open fun post(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?, @Nullable p2: ByteArray?, p3: Localization): Response
Link copied to clipboard
open fun postWithContentType(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?, @Nullable p2: ByteArray?, p3: String): Response
open fun postWithContentType(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?, @Nullable p2: ByteArray?, p3: Localization, p4: String): Response
Link copied to clipboard
open fun postWithContentTypeJson(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?, @Nullable p2: ByteArray?): Response
open fun postWithContentTypeJson(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?, @Nullable p2: ByteArray?, p3: Localization): Response