|
|
uint64_t | timeout = DEFAULT_TIMEOUT_SECONDS |
| |
|
uint64_t | timeout_usec = 0 |
| |
|
uint64_t | retries = DEFAULT_RETRIES |
| |
|
uint64_t | retry_wait_ms = DEFAULT_RETRY_WAIT_MS |
| |
|
float | retry_backoff = DEFAULT_RETRY_BACKOFF |
| |
|
bool | keep_alive = DEFAULT_KEEP_ALIVE |
| |
|
bool | follow_location = true |
| |
|
bool | override_verify_ssl = false |
| |
|
bool | verify_ssl = true |
| |
|
string | http_proxy |
| |
|
idx_t | http_proxy_port |
| |
|
string | http_proxy_username |
| |
|
string | http_proxy_password |
| |
|
unordered_map< string, string > | extra_headers |
| |
|
HTTPUtil & | http_util |
| |
|
shared_ptr< Logger > | logger |
| |
◆ HTTPParams()
| duckdb::HTTPParams::HTTPParams |
( |
HTTPUtil & |
http_util | ) |
|
|
inlineexplicit |
53063 : http_util(http_util) {
53064 }
◆ Cast() [1/2]
| TARGET & duckdb::HTTPParams::Cast |
( |
| ) |
|
|
inline |
53095 {
53096 DynamicCastCheck<TARGET>(this);
53097 return reinterpret_cast<TARGET &>(*this);
53098 }
◆ Cast() [2/2]
53100 {
53101 DynamicCastCheck<TARGET>(this);
53102 return reinterpret_cast<const TARGET &>(*this);
53103 }
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp