Soup.SessionFeatureInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_feature |
r |
adds a sub-feature to the main feature |
|
attach |
r |
Perform setup when a feature is added to a session |
|
detach |
r |
Perform cleanup when a feature is removed from a session |
|
has_feature |
r |
tests if the feature includes a sub-feature |
|
parent |
r |
The parent interface. |
|
remove_feature |
r |
removes a sub-feature from the main feature |
|
request_queued |
r |
Proxies the session’s #SoupSession::request_queued signal |
|
request_started |
r |
Proxies the session’s #SoupSession::request_started signal. Deprecated 2.50. Use |
|
request_unqueued |
r |
Proxies the session’s #SoupSession::request_unqueued signal |
Methods¶
None
Details¶
- class Soup.SessionFeatureInterface¶
The interface implemented by
Soup.SessionFeature
s.New in version 2.24.