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 d6c3eb0 + 3def3e7 commit 5d76c4bCopy full SHA for 5d76c4b
CMakeLists.txt
@@ -24,10 +24,10 @@ set(PARAMETERS "-warnings")
24
build_loadable_extension(
25
httpfs
26
${PARAMETERS}
27
- extension/httpfs/httpfs
28
extension/httpfs/hffs.cpp
29
extension/httpfs/s3fs.cpp
30
extension/httpfs/httpfs.cpp
+ extension/httpfs/httpfs_client.cpp
31
extension/httpfs/http_state.cpp
32
extension/httpfs/crypto.cpp
33
extension/httpfs/create_secret_functions.cpp
extension/httpfs/include/httpfs_client.hpp
@@ -1,3 +1,5 @@
1
+#pragma once
2
+
3
#include "duckdb/common/http_util.hpp"
4
5
namespace duckdb {
0 commit comments