:right-sidebar: True WebsocketExtensionManager =================================================================== .. currentmodule:: gi.repository.Soup .. class:: WebsocketExtensionManager(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` Implemented Interfaces: :class:`~gi.repository.Soup.SessionFeature` SoupWebsocketExtensionManager is the :obj:`~gi.repository.Soup.SessionFeature` that handles WebSockets extensions for a :obj:`~gi.repository.Soup.Session`\. A ``SoupWebsocketExtensionManager`` is added to the session by default, and normally you don't need to worry about it at all. However, if you want to disable WebSocket extensions, you can remove the feature from the session with :obj:`~gi.repository.Session.remove_feature_by_type` or disable it on individual requests with :obj:`~gi.repository.Message.disable_feature`\.