diff options
Diffstat (limited to 'include/connection.hpp')
-rw-r--r-- | include/connection.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/connection.hpp b/include/connection.hpp index fcb2a23..2469738 100644 --- a/include/connection.hpp +++ b/include/connection.hpp @@ -98,6 +98,13 @@ public: return get(endpoint, {}); } + /*! @copydoc CURLWrapper::set_proxy(string_view) + * + * Sets also the proxy for the Instance you used to initialize this + * Connection. + */ + void set_proxy(const string_view proxy); + private: Instance &_instance; const string_view _baseuri; |