Saltar al contenido principal

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

ConstructorSummary
HttpSourceCreates a new HttpSource.

HttpSource(httpUrl)

HttpSource(std::string const& httpUrl);

Creates a new HttpSource.

Parameters

NameDescription
httpUrlThe URL to the releases feed.

Generated from Velopack (C++ headers)