https://example.com/autoDownloader/schemas/downloaders/HttpDownloader.json
Download URLs via a simple HTTP direct connection.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | HttpDownloader.json |
object
(HTTP downloader)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
type | string |
Required | cannot be null | HTTP downloader |
method | string |
Required | cannot be null | HTTP downloader |
type
-
is required
-
Type:
string
-
cannot be null
-
defined in: HTTP downloader
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"HttpDownloader" |
The HTTP verb to use for download
method
-
is required
-
Type:
string
-
cannot be null
-
defined in: HTTP downloader
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"POST" |
|
"GET" |