You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- auto-generated by generator/ — do not edit -->
7
+
8
+
# HttpOptions struct
9
+
10
+
Options to customize HTTP requests (custom headers, timeout, etc).
11
+
12
+
```cpp
13
+
structHttpOptions
14
+
```
15
+
16
+
## Fields
17
+
18
+
| Field | Summary |
19
+
| --- | --- |
20
+
| [`TimeoutMilliseconds`](#velopack-httpoptions-timeoutmilliseconds) | Timeout applied to the entire request (connection + transfer), in milliseconds. The default of 0 means requests never time out. |
21
+
| [`Headers`](#headers) | Additional headers to send with each request. |
|[`UpdateInfo`](./UpdateInfo.md)| Holds information about the current version and pending updates, such as how many there are, and access to release notes. |
32
34
|[`UpdateOptions`](./UpdateOptions.md)| Options to customise the behaviour of UpdateManager. |
33
35
|[`VelopackAsset`](./VelopackAsset.md)| An individual Velopack asset, could refer to an asset on-disk or in a remote package feed. |
0 commit comments