Skip to content

Interface DownloadBaseOptions

🏷️ Properties

agent optional

ts
agent: DownloadAgent

The download agent

Defined in: packages/file-transfer/download.ts:20

headers optional

ts
headers: Record<string, any>

The header of the request

Defined in: packages/file-transfer/download.ts:16

skipPrevalidate optional

ts
skipPrevalidate: boolean

Should skip prevalidate the file

Defined in: packages/file-transfer/download.ts:30

skipRevalidate optional

ts
skipRevalidate: boolean

Re-validate the file after download success

Defined in: packages/file-transfer/download.ts:25