We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64dd6c8 + 045db30 commit b273f4dCopy full SHA for b273f4d
extension/httpfs/include/httpfs_client.hpp
@@ -22,11 +22,13 @@ struct HTTPFSParams : public HTTPParams {
22
bool enable_server_cert_verification = DEFAULT_ENABLE_SERVER_CERT_VERIFICATION;
23
bool enable_curl_server_cert_verification = true;
24
idx_t hf_max_per_page = DEFAULT_HF_MAX_PER_PAGE;
25
- string user_agent = {""};
26
string ca_cert_file;
27
string bearer_token;
28
bool unsafe_disable_etag_checks {false};
29
shared_ptr<HTTPState> state;
+ string user_agent = {""};
30
+ // Additional fields needs to be appended at the end and need to be propagated to duckdb-wasm
31
+ // TODO: make this unnecessary
32
};
33
34
class HTTPFSUtil : public HTTPUtil {
0 commit comments