DownloaderTestImpl

class DownloaderTestImpl : Downloader

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun execute(request: Request): Response
Link copied to clipboard
open operator fun get(p0: String): Response
open operator fun get(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?): Response
open operator fun get(p0: String, p1: Localization): Response
open operator fun get(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?, p2: Localization): Response
Link copied to clipboard
open fun head(p0: String): Response
open fun head(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?): Response
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: Localization, p4: String): Response
Link copied to clipboard
open fun postWithContentTypeJson(p0: String, @Nullable p1: MutableMap<String, MutableList<String>>?, @Nullable p2: ByteArray?, p3: Localization): Response