soup.websocket_extension

Module for [WebsocketExtension] class

Types 3

A WebSocket extension

#SoupWebsocketExtension is the base class for WebSocket extension objects.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
WebsocketExtension self() nothrowReturns `this`, for use in `with` statements.
WebsocketExtensionGidBuilder builder() static nothrowGet builder for [soup.websocket_extension.WebsocketExtension] Returns: New builder object
string getRequestParams() nothrowGet the parameters strings to be included in the request header.
string getResponseParams() nothrowGet the parameters strings to be included in the response header.
glib.bytes.Bytes processIncomingMessage(ref ubyte header, glib.bytes.Bytes payload)Process a message after it's received.
glib.bytes.Bytes processOutgoingMessage(ref ubyte header, glib.bytes.Bytes payload)Process a message before it's sent.
Constructors
this(void * ptr, Flag!"Take" take)