peyotls-0.0.0.11: Pretty Easy YOshikuni-made TLS library

Safe HaskellNone

Network.PeyoTLS.Client

Documentation

run :: HandleLike h => TlsM h g a -> g -> HandleMonad h aSource

type TlsM h g = ErrorT Alert (StateT (HandshakeState h g) (HandleMonad h))Source

data TlsHandle h g Source

Instances