Portability | non-portable (not tested) |
---|---|
Stability | experimental |
Maintainer | Ganesh Sittampalam <[email protected]> |
Safe Haskell | Safe-Infered |
Network.StreamSocket
Description
Socket Stream instance. Originally part of Gray's\/Bringert's HTTP module.
- Changes by Robin Bate Boerop [email protected]: - 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
- handleSocketError :: Socket -> IOException -> IO (Result a)
- myrecv :: Socket -> Int -> IO String