HttpOptions struct
Options to customize HTTP requests (custom headers, timeout, etc).
struct HttpOptions
Fields
| Field | Summary |
|---|---|
TimeoutMilliseconds | Timeout applied to the entire request (connection + transfer), in milliseconds. The default of 0 means requests never time out. |
Headers | Additional headers to send with each request. |
TimeoutMilliseconds
uint64_t TimeoutMilliseconds;
Timeout applied to the entire request (connection + transfer), in milliseconds. The default of 0 means requests never time out.
Headers
Additional headers to send with each request.
Generated from Velopack (C++ headers)