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











SourceForge.net 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.

 

Last edit by cxl on 05/22/2012. Do you want to contribute?. T++