soup.websocket_extension_manager

Module for [WebsocketExtensionManager] class

Types 3

SoupWebsocketExtensionManager is the iface@SessionFeature that handles WebSockets extensions for a class@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 [soup.session.Session.removeFeatureByType] or disable it on individual requests with [soup.message.Message.disableFeature].

Methods
GType _gType() @property
WebsocketExtensionManager self()Returns `this`, for use in `with` statements.
WebsocketExtensionManagerGidBuilder builder()Get builder for [soup.websocketextensionmanager.WebsocketExtensionManager] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [soup.websocket_extension_manager.WebsocketExtensionManager]