websockets-0.12.7.3: A sensible and clean way to write WebSocket-capable servers in Haskell.
Safe Haskell None
Language Haskell2010

Network.WebSockets.Extensions

Synopsis

Documentation

data Extension Source #

An extension is currently allowed to set extra headers and transform the parse/write functions of Connection .

This type is very likely to change as other extensions are introduced.