diff options
Diffstat (limited to 'include/curl_wrapper.hpp')
-rw-r--r-- | include/curl_wrapper.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp index 516af5b..9da4912 100644 --- a/include/curl_wrapper.hpp +++ b/include/curl_wrapper.hpp @@ -78,6 +78,7 @@ public: //! Move assignment operator CURLWrapper& operator=(CURLWrapper &&other) noexcept = default; + [[nodiscard]] string make_request(const http_method &meth, const string_view &uri); private: |