Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 2.73 KB

httpdownloader.md

File metadata and controls

75 lines (43 loc) · 2.73 KB

HTTP downloader Schema

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

HTTP downloader Type

object (HTTP downloader)

HTTP downloader Properties

Property Type Required Nullable Defined by
type string Required cannot be null HTTP downloader
method string Required cannot be null HTTP downloader

type

type

type Type

string

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"HttpDownloader"

method

The HTTP verb to use for download

method

method Type

string

method Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"POST"
"GET"