Skip to main content

HttpOptions struct

Options to customize HTTP requests (custom headers, timeout, etc).

struct HttpOptions

Fields

FieldSummary
TimeoutMillisecondsTimeout applied to the entire request (connection + transfer), in milliseconds. The default of 0 means requests never time out.
HeadersAdditional 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)