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

Safe HaskellNone
LanguageHaskell98

Happstack.Server.Internal.TimeoutIO

Synopsis

Documentation

data TimeoutIO Source #

TimeoutIO is a record which abstracts out all the network IO functions needed by the request handling loop. This allows use to use the same event loop for handle both http:/ and https:/.