summaryrefslogtreecommitdiffstats
path: root/include/curl_wrapper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/curl_wrapper.hpp')
-rw-r--r--include/curl_wrapper.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp
index f8e567b..0759e01 100644
--- a/include/curl_wrapper.hpp
+++ b/include/curl_wrapper.hpp
@@ -189,6 +189,16 @@ public:
return sbuf;
}
+ /*!
+ * @brief Set some properties of the connection.
+ *
+ * Meant for internal use. See Instance::copy_connection_properties().
+ *
+ * @since 0.3.0
+ */
+ void setup_connection_properties(string_view proxy, string_view access_token,
+ string_view cainfo);
+
protected:
/*!
* @brief Mutex for #get_buffer a.k.a. _curl_buffer_body.