Unverified Commit 85ec58bb authored by hasankandemir1993's avatar hasankandemir1993 Committed by GitHub

Update cookie.h

parent 023ebab0
......@@ -110,7 +110,7 @@ public:
CookieJar();
void add(const Cookie& cookie);
void removeCookie(const std::string& name); // Unimplemented
void removeAllCookies();
void addFromRaw(const char *str, size_t len);
Cookie get(const std::string& name) const;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment