soup.SessionFeatureT

Undocumented in source.

Public Imports

soup.Session
public import soup.Session;
soup.c.functions
public import soup.c.functions;
soup.c.types
public import soup.c.types;

Members

Templates

SessionFeatureT
template SessionFeatureT(TStruct)

#SoupSessionFeature is the interface used by classes that extend the functionality of a #SoupSession. Some features like HTTP authentication handling are implemented internally via #SoupSessionFeature<!-- -->s. Other features can be added to the session by the application. (Eg, #SoupLogger, #SoupCookieJar.)

Meta