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: