webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::Cookie Struct Reference

#include <Cookie.h>

Public Member Functions

 Cookie ()
 
 Cookie (const String &name, const String &value, const String &domain, const String &path, double expires, bool httpOnly, bool secure, bool session)
 
 Cookie ()
 
 Cookie (const String &name, const String &value, const String &domain, const String &path, double expires, bool httpOnly, bool secure, bool session)
 

Public Attributes

String name
 
String value
 
String domain
 
String path
 
double expires
 
bool httpOnly
 
bool secure
 
bool session
 

Constructor & Destructor Documentation

◆ Cookie() [1/4]

WebCore::Cookie::Cookie ( )
inline

◆ Cookie() [2/4]

WebCore::Cookie::Cookie ( const String name,
const String value,
const String domain,
const String path,
double  expires,
bool  httpOnly,
bool  secure,
bool  session 
)
inline

◆ Cookie() [3/4]

WebCore::Cookie::Cookie ( )
inline

◆ Cookie() [4/4]

WebCore::Cookie::Cookie ( const String name,
const String value,
const String domain,
const String path,
double  expires,
bool  httpOnly,
bool  secure,
bool  session 
)
inline

Member Data Documentation

◆ domain

String WebCore::Cookie::domain

◆ expires

double WebCore::Cookie::expires

◆ httpOnly

bool WebCore::Cookie::httpOnly

◆ name

String WebCore::Cookie::name

◆ path

String WebCore::Cookie::path

◆ secure

bool WebCore::Cookie::secure

◆ session

bool WebCore::Cookie::session

◆ value

String WebCore::Cookie::value

The documentation for this struct was generated from the following file: