![]() |
HttpdCookies::COOKIE Struct ReferenceName/value pair store struct.
More...
|
Public Member Functions | |
COOKIE (const std::string &n, const std::string &v) | |
Public Attributes | |
std::string | name |
std::string | value |
Definition at line 56 of file HttpdCookies.h.
HttpdCookies::COOKIE::COOKIE | ( | const std::string & | n, | |
const std::string & | v | |||
) | [inline] |
std::string HttpdCookies::COOKIE::name |
Definition at line 59 of file HttpdCookies.h.
std::string HttpdCookies::COOKIE::value |
Definition at line 60 of file HttpdCookies.h.