Default CookieEntity with http only feature.
More...
#include <cookie_entity_http.h>
Default CookieEntity with http only feature.
Concrete prototype of cookie entity with all default fields and http only property
CookieEntityHttp::CookieEntityHttp |
( |
const char * |
value | ) |
|
|
explicit |
Create default cookie entity with http only feature
- Parameters
-
std::unique_ptr<Entity> CookieEntityHttp::clone |
( |
| ) |
|
|
overridevirtual |
void CookieEntityHttp::setValue |
( |
std::string |
value | ) |
|
|
overridevirtual |
Set value of cookie
- Parameters
-
Implements Entity.
std::string CookieEntityHttp::toString |
( |
| ) |
|
|
overridevirtual |
Serialize this cookie to string
- Returns
- serialized cookie value
Implements Entity.
The documentation for this class was generated from the following file: