openid-0.2.1.0: An implementation of the OpenID-2.0 spec.
Network.OpenID.SSL
Description
data SSLHandle Source #
Instances
Methods
readLine :: SSLHandle -> IO (Result String) #
readBlock :: SSLHandle -> Int -> IO (Result String) #
writeBlock :: SSLHandle -> String -> IO (Result ()) #
close :: SSLHandle -> IO () #
closeOnEnd :: SSLHandle -> Bool -> IO () #
sslConnect :: Socket -> IO (Maybe SSLHandle) Source #