HttpSource class
Retrieves updates from a static file host or other web server.
class HttpSource
Constructors
| Constructor | Summary |
|---|---|
constructor | Create a new HttpSource. |
constructor(url, options)
constructor(url: string, options?: Partial<HttpOptions>)
Create a new HttpSource.
Parameters
| Name | Type | Description |
|---|---|---|
url | string | The base URL of the releases feed. |
options | Partial<HttpOptions> | Optional HTTP options (custom headers, timeout) applied to all requests made by this source. (optional) |
Properties
| Property | Summary |
|---|---|
options | |
url |
options
options: Partial<HttpOptions>
readonly
url
url: string
readonly
Generated from velopack 1.2.110-ge826545