Description
A Haskell library that provides a simple network connection API, commonly used around TLS-capable or secure connection workflows. It helps applications open connections through a higher-level interface than raw sockets.
Developers use it in clients, network services, and libraries that need consistent connection setup. Security depends on correct TLS configuration, certificate validation, and timeout behavior.