Saltar al contenido principal

HttpSource class

Retrieves updates from a static file host or other web server.

class HttpSource

Constructors

ConstructorSummary
constructorCreate a new HttpSource.

constructor(url, options)

constructor(url: string, options?: Partial<HttpOptions>)

Create a new HttpSource.

Parameters

NameTypeDescription
urlstringThe base URL of the releases feed.
optionsPartial<HttpOptions>Optional HTTP options (custom headers, timeout) applied to all requests made by this source. (optional)

Properties

PropertySummary
options
url

options

options: Partial<HttpOptions>

readonly

url

url: string

readonly


Generated from velopack 1.2.110-ge826545