SoupCookieJar

Automatic cookie handling for SoupSession.

A #SoupCookieJar stores struct@Cookies and arrange for them to be sent with the appropriate class@Messages. #SoupCookieJar implements iface@SessionFeature, so you can add a cookie jar to a session with soup.session.Session.addFeature or soup.session.Session.addFeatureByType.

Note that the base #SoupCookieJar class does not support any form of long-term cookie persistence.

struct SoupCookieJar {}

Members

Variables

parentInstance
ObjectC parentInstance;