soup.websocket_extension
Module for [WebsocketExtension] class
Types 3
A WebSocket extension
#SoupWebsocketExtension is the base class for WebSocket extension objects.
Methods
WebsocketExtension self()Returns `this`, for use in `with` statements.WebsocketExtensionGidBuilder builder()Get builder for [soup.websocket_extension.WebsocketExtension] Returns: New builder objectstring getRequestParams()Get the parameters strings to be included in the request header.string getResponseParams()Get 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.Fluent builder for [soup.websocket_extension.WebsocketExtension]
Methods