Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3
/
DownloaderTestImpl
Downloader
Test
Impl
class
DownloaderTestImpl
:
Downloader
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
request
:
Request
)
:
Response
get
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
?
head
Link copied to clipboard
open
fun
head
(
url
:
String
?
)
:
Response
?
open
fun
head
(
url
:
String
?
,
headers
:
Map
<
String
?
,
List
<
String
?
>
?
>
?
?
)
:
Response
?
post
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
?
post
With
Content
Type
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
?
post
With
Content
Type
Json
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
?