| Maintainer | Toshio Ito <debug.ito@gmail.com> |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
Network.Greskell.WebSocket.Request.Common
Description
- class Operation o where
- data SASLMechanism
- newtype Base64 = Base64 {}
Documentation
class Operation o where Source #
Class of operation objects.
Minimal complete definition
data SASLMechanism Source #
Possible SASL mechanisms.
Constructors
| SASLPlain | "PLAIN" SASL |
| SASLGSSAPI | "GSSAPI" SASL |
A raw ByteString encoded to/decoded from a base64 text.
ToJSON instance encodes the raw ByteString to a base64-encoded
Text. FromJSON is its inverse.
Constructors
| Base64 | |
Fields | |