@hackage network-connection0.1.1
A wrapper around a generic stream-like connection
Categories
License
BSD-3-Clause
Maintainer
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1.1 Thu, 20 Mar 2008
Deprecated
Dependencies (6)
- base
- bytestring >=0.9
- containers
- network >=2.1
- network-bytestring >=0.1.1.2
- stm >=2.1 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/network-minihttp
Many uses of Sockets needs a number of common functions, like a write queue, pushback etc. This provides such and allows code to be written generically for any type of connection, be a raw socket or an SSL connection.