greskell-websocket-0.1.0.0: Haskell client for Gremlin Server using WebSocket serializer

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Network.Greskell.WebSocket.Request.Common

Description

 

Synopsis

Documentation

data SASLMechanism Source #

Possible SASL mechanisms.

Constructors

SASLPlain

"PLAIN" SASL

SASLGSSAPI

"GSSAPI" SASL

Instances

Bounded SASLMechanism Source # 
Enum SASLMechanism Source # 
Eq SASLMechanism Source # 
Ord SASLMechanism Source # 
Show SASLMechanism Source # 
ToJSON SASLMechanism Source # 
FromJSON SASLMechanism Source # 

newtype Base64 Source #

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