soup.session_feature_mixin

Module for SessionFeature interface mixin

Templates 2

tmplSessionFeatureT()

Interface for miscellaneous soup.session.Session features.

#SoupSessionFeature is the interface used by classes that extend the functionality of a soup.session.Session. Some features like HTTP authentication handling are implemented internally via soup.session_feature.SessionFeatures. Other features can be added to the session by the application. (Eg, soup.logger.Logger, soup.cookie_jar.CookieJar.)

See soup.session.Session.addFeature, etc, to add a feature to a session.

tmplSessionFeatureGidBuilderT()

Fluent builder implementation template for soup.session_feature.SessionFeature