Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
UppHub
Status & Roadmap
FAQ
Authors & License
Forums
Funding U++
Search on this site











SourceForge.net Logo

SourceForge.net Logo

GitHub Logo

Discord Logo

HttpCookie


 

struct HttpCookie : public Moveable<HttpCookie

This simple structure is used to store information about HTTP Cookie.

 

Public Member List

 

String id

The name of cookie.

 


 

String value

Value of cookie.

 


 

String domain

Cookie domain.

 


 

String path

Cookie path.

 


 

String raw

Unparsed cookie.

 


 

void Clear()

Clears all member variables.

 


 

bool Parse(const String& cookie)

Parses cookie into member variables - expects the format of value of HTTP "Set-Cookie" header.

 

Do you want to contribute?