ZenLib::Format::Http::Cookies Class Reference
#include <Http_Cookies.h>
List of all members.
Constructor & Destructor Documentation
ZenLib::Format::Http::Cookies::Cookies |
( |
|
) |
|
Member Function Documentation
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 | |
|
) |
| | |
The documentation for this class was generated from the following file: