You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
httplib::SSLClient has several methods like: put, post, get etc. Put, Post, Get have signature (const std::string &path, const Headers &headers, const Params ¶ms)
But Delete method has no. Is it valid?
The text was updated successfully, but these errors were encountered:
Hi, i found out something and I want to clarify)
httplib::SSLClient has several methods like: put, post, get etc.
Put, Post, Get have signature
(const std::string &path, const Headers &headers, const Params ¶ms)
But Delete method has no. Is it valid?
The text was updated successfully, but these errors were encountered: