HttpSource class
Namespace: Sources
A built-in update source that reads release feeds and downloads assets from a remote HTTP URL.
class HttpSource :public IUpdateSourcePointer
Constructors
| Constructor | Summary |
|---|---|
HttpSource | Creates a new HttpSource. |
HttpSource(httpUrl)
HttpSource(std::string const& httpUrl);
Creates a new HttpSource.
Parameters
| Name | Description |
|---|---|
httpUrl | The URL to the releases feed. |
Generated from Velopack (C++ headers)