pipes-network-tls: TLS-secured network connections support for pipes.

[ bsd3, library, network, pipes ] [ Propose Tags ]

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 subsumes Pipes.Network.TCP.TLS, exporting pipes and functions that allow you to safely establish new TCP connections within a pipeline using the pipes-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.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0, 0.2.1, 0.3, 0.4
Change log changelog.md
Dependencies base (>=4 && <5), bytestring, network, network-simple, network-simple-tls (>=0.4), pipes, pipes-network, pipes-safe, tls, transformers [details]
License BSD-3-Clause
Copyright Copyright (c) Renzo Carbonara 2013-2019
Author Renzo Carbonara
Maintainer renλren.zone
Category Pipes, Network
Home page https://github.com/k0001/pipes-network-tls
Bug tracker https://github.com/k0001/pipes-network-tls/issues
Source repo head: git clone https://github.com/k0001/pipes-network-tls
Uploaded by RenzoCarbonara at 2019-11-17T20:44:23Z
Distributions NixOS:0.4
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4529 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for pipes-network-tls-0.4

[back to package description]

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