happstack-server-6.5.1: Web related tools and services.

Safe HaskellNone

Happstack.Server.Internal.TimeoutSocketTLS

Description

  • - borrowed from snap-server. Check there periodically for updates.

Documentation

sPutLazyTickle :: Handle -> SSL -> ByteString -> IO ()Source

sPutTickle :: Handle -> SSL -> ByteString -> IO ()Source

sGetContentsSource

Arguments

:: Handle 
-> SSL

Connected socket

-> IO ByteString

Data received

sendFileTickle :: Handle -> SSL -> FilePath -> Offset -> ByteCount -> IO ()Source