BufferedSocket: A socker wrapper that makes the IO of sockets much cleaner
The idea of a BufferedSocket is that reading from a network socket should be really easy and handy. BufferedSockets is an attempt to do just that whilst beeing space-time efficient. Having "in app" buffers also makes it easy for the buffered socket to read data without taking the data out of the buffer thus giving us the ability to look for patterns and read exess data without having to "take out of the reading queue".
[Skip to Readme]
Modules
[Index]
Downloads
- BufferedSocket-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.1.0 (info) |
---|---|
Dependencies | base (>=4.7 && <4.8), bytestring (>=0.10 && <0.11), network (>=2.4 && <2.5), text (>=1.1 && <1.2) [details] |
License | MIT |
Author | Tomas Möre |
Maintainer | tomas.o.more@gmail.com |
Category | Network |
Uploaded | by tmore at 2015-05-20T08:43:01Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3440 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-05-23 [all 1 reports] |