@hackage pipes-network0.1.1.0

Use network sockets together with the pipes library.

Use network sockets together with the pipes library.

This package is organized using the following namespaces:

  • Control.Proxy.TCP exports pipes proxies and functions to deal with TCP connections. Such proxies don't acquire nor release new resources within a proxy pipeline.

  • Control.Proxy.TCP.Safe exports pipes-safe proxies and functions to deal with TCP connections. Such proxies may safely acquire and release resources within a pipeline, using the facilities provided by the pipes-safe package.