TLS-secured network connections support for pipes.
Use TLS-secured network connections together with the pipes
ecosystem.
This package is organized using the following namespaces:
Pipes.Network.TCP.TLS
exports pipes and utilities for using TLS-secured TCP connections in a streaming fashion.Pipes.Network.TCP.TLS.Safe
subsumesPipes.Network.TCP.TLS
, exporting pipes and functions that allow you to safely establish new TCP connections within a pipeline using thepipes-safe
facilities. You only need to use this module if you want to acquire and release operating system resources within a pipeline.
See the changelog
file in the source distribution to learn about any important changes between version.
pipes-network-tls
Utilities to deal with TLS-secured network connections using the pipes, pipes-safe and tls libraries.
Currently, only TCP sockets are supported.
Check the source or rendered Haddocks for extensive documentation.
This code is licensed under the terms of the so called 3-clause BSD license. Read the file named LICENSE
found in this same directory for details.
See the PEOPLE
file to learn about the people involved in this effort.
Building the development version
Use cabal-meta:
cabal sandbox init
cabal-meta install -j