gi-soup-3.0.2: Libsoup bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Soup.Objects.WebsocketExtensionDeflate

Description

A SoupWebsocketExtensionDeflate is a [classwebsocketExtension] implementing permessage-deflate (RFC 7692).

This extension is used by default in a [classsession] when [classwebsocketExtensionManager] feature is present, and always used by [classserver].

Synopsis

Exported types

newtype WebsocketExtensionDeflate Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf WebsocketExtensionDeflate o) => IsWebsocketExtensionDeflate o Source #

Type class for types which can be safely cast to WebsocketExtensionDeflate, for instance with toWebsocketExtensionDeflate.

Instances

Instances details
(GObject o, IsDescendantOf WebsocketExtensionDeflate o) => IsWebsocketExtensionDeflate o Source # 
Instance details

Defined in GI.Soup.Objects.WebsocketExtensionDeflate

toWebsocketExtensionDeflate :: (MonadIO m, IsWebsocketExtensionDeflate o) => o -> m WebsocketExtensionDeflate Source #

Cast to WebsocketExtensionDeflate, for types for which this is known to be safe. For general casts, use castTo.

Methods