WebsocketExtensionManager#
Superclasses: Object
Implemented Interfaces: SessionFeature
SoupWebsocketExtensionManager is the SessionFeature
that handles WebSockets
extensions for a 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 remove_feature_by_type
or disable it on
individual requests with disable_feature
.