HTTP-3001.0.4Source codeContentsIndex
Network.StreamSocket
Portabilitynon-portable (not tested)
Stabilityexperimental
Maintainerbjorn@bringert.net
Description

Socket Stream instance. Originally part of Gray's\/Bringert's HTTP module.

  • Changes by Robin Bate Boerop robin@bateboerop.name: - Made dependencies explicit in import statements. - Removed false dependencies in import statements. - Created separate module for instance Stream Socket.
  • Changes by Simon Foster: - Split module up into to sepearate Network.[Stream,TCP,HTTP] modules
Synopsis
handleSocketError :: Socket -> Exception -> IO (Result a)
myrecv :: Socket -> Int -> IO String
Documentation
handleSocketError :: Socket -> Exception -> IO (Result a)Source
Exception handler for socket operations.
myrecv :: Socket -> Int -> IO StringSource
Produced by Haddock version 2.6.0