#include <Http_Cookies.h>
Public Member Functions | |
Cookies () | |
size_t | Set (const std::string &Name, const std::string &Value=EmptyString, std::time_t Expires=(std::time_t)-1, const std::string &Path=EmptyString, const std::string &Domain=EmptyString, bool Secure=false) |
Cookie & | Get (const std::string &Name) |
void | Create_Lines (std::ostream &Out) |
ZenLib::Format::Http::Cookies::Cookies | ( | ) |
size_t ZenLib::Format::Http::Cookies::Set | ( | const std::string & | Name, | |
const std::string & | Value = EmptyString , |
|||
std::time_t | Expires = (std::time_t)-1 , |
|||
const std::string & | Path = EmptyString , |
|||
const std::string & | Domain = EmptyString , |
|||
bool | Secure = false | |||
) |
Cookie& ZenLib::Format::Http::Cookies::Get | ( | const std::string & | Name | ) |
void ZenLib::Format::Http::Cookies::Create_Lines | ( | std::ostream & | Out | ) |