Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
This is the complete list of members for CookieEntity, including all inherited members.
clone() override | CookieEntity | virtual |
CookieEntity(const char *value, time_t expires=-1, size_t maxAge_sec=std::string::npos, const char *domain=nullptr, const char *path=nullptr, bool httpOnly=false) | CookieEntity | explicit |
setValue(std::string value) override | CookieEntity | virtual |
toString() override | CookieEntity | virtual |
~Entity()=default | Entity | virtual |