SNode.C
|
#include <CookieOptions.h>
Public Member Functions | |
CookieOptions (const std::string &value, const std::map< std::string, std::string > &options) | |
CookieOptions (const std::string &value) | |
void | setOption (const std::string &optionName, const std::string &optionValue) |
const std::map< std::string, std::string > & | getOptions () const |
const std::string & | getValue () const |
Private Attributes | |
std::string | value |
std::map< std::string, std::string > | options |
Definition at line 54 of file CookieOptions.h.
|
inline |
Definition at line 56 of file CookieOptions.h.
References options, and value.
Referenced by express::middleware::StaticMiddleware::appendStdCookie(), and web::http::server::Response::cookie().
|
inlineexplicit |
Definition at line 61 of file CookieOptions.h.
References value.
Referenced by web::http::client::ResponseParser::analyzeHeader().
|
inline |
Definition at line 69 of file CookieOptions.h.
References options.
Referenced by main(), web::http::server::Response::sendHeader(), express::middleware::StaticMiddleware::StaticMiddleware(), and httputils::toString().
|
inline |
Definition at line 73 of file CookieOptions.h.
References value.
Referenced by web::http::client::Response::cookie(), main(), web::http::server::Response::sendHeader(), express::middleware::StaticMiddleware::StaticMiddleware(), and httputils::toString().
|
inline |
Definition at line 65 of file CookieOptions.h.
References options.
Referenced by web::http::client::ResponseParser::analyzeHeader().
|
private |
Definition at line 79 of file CookieOptions.h.
Referenced by CookieOptions(), getOptions(), and setOption().
|
private |
Definition at line 78 of file CookieOptions.h.
Referenced by CookieOptions(), CookieOptions(), and getValue().