Public Types | |
|
typedef std::map< std::string, std::string > | Data |
Public Methods | |
| void | add (PCookie cookie) |
| Add a cookie to the cookie manager. | |
| Data | get (const URL &url) const |
| Retrieve all the name=value cookie pairs matching a given URL. | |
| void | expires () |
| Cleanup expired cookies. | |
|
|
Add a cookie to the cookie manager.
|
|
|
Cleanup expired cookies.
|
|
|
Retrieve all the name=value cookie pairs matching a given URL.
|
1.3-rc2