#include <HttpCookie.h>
Public Member Functions | |
| void | readFile () |
| void | writeFile () |
| void | setCookieFileName (const std::string fileName) |
| const std::vector< CookiesInfo > * | getCookies () const |
| const CookiesInfo * | getMatchCookie (const std::string &url) const |
| void | updateOrAddCookie (CookiesInfo *cookie) |
| const std::vector<CookiesInfo> * getCookies |
( | ) | const |
| const CookiesInfo* getMatchCookie | ( | const std::string & | url | ) | const |
| void readFile | ( | ) |
| void setCookieFileName | ( | const std::string | fileName | ) |
| void updateOrAddCookie | ( | CookiesInfo * | cookie | ) |
| void writeFile | ( | ) |