DownloaderTestImpl

class DownloaderTestImpl : Downloader(source)

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(url: String?): Response?
open operator fun get(url: String?, headers: Map<String?, List<String?>?>??): Response?
open operator fun get(url: String?, localization: Localization?): Response?
open operator fun get(url: String?, headers: Map<String?, List<String?>?>??, localization: Localization?): Response?
Link copied to clipboard
open fun head(url: String?): Response?
open fun head(url: String?, headers: Map<String?, List<String?>?>??): Response?
Link copied to clipboard
open fun post(url: String?, headers: Map<String?, List<String?>?>??, dataToSend: ByteArray?): Response?
open fun post(url: String?, headers: Map<String?, List<String?>?>??, dataToSend: ByteArray?, localization: Localization?): Response?
Link copied to clipboard
open fun postWithContentType(url: String?, headers: Map<String?, List<String?>?>??, dataToSend: ByteArray?, contentType: String?): Response?
open fun postWithContentType(url: String?, headers: Map<String?, List<String?>?>??, dataToSend: ByteArray?, localization: Localization?, contentType: String?): Response?
Link copied to clipboard
open fun postWithContentTypeJson(url: String?, headers: Map<String?, List<String?>?>??, dataToSend: ByteArray?): Response?
open fun postWithContentTypeJson(url: String?, headers: Map<String?, List<String?>?>??, dataToSend: ByteArray?, localization: Localization?): Response?