|
ZenLib
|
#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) |
| void ZenLib::Format::Http::Cookies::Create_Lines | ( | std::ostream & | Out | ) |
| Cookie& ZenLib::Format::Http::Cookies::Get | ( | const std::string & | Name | ) |
| 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 |
||
| ) |
1.7.6.1