package async-uri

  1. Overview
  2. Docs
Open Async (TLS) TCP connections with Uri.t

Install

Dune Dependency

Authors

Maintainers

Sources

async-uri-0.4.0.tbz
sha256=402f5a7f03754bf68d136c6dc2d2116dcb20491faf2989e5fe402a415e001f9a
sha512=68774b5220f45a3435195e5a77b149a1e1347b1c432b70b4b427218320786f355b81a47bc340da98f472f36198eb73a1f5578c480b04e373c8e20d8643b3e23a

Description

Simple wrapper to the Async's Tcp module to open connections from URLs. If the URL scheme is detected to require TLS, TLS will be used.

Tags

async uri tls ssl

Published: 03 Oct 2023

README

async-uri

Introduction

Functions in this library facilitates connections to URLs which may or may not need the use of TLS.

A persistent connection module is also provided, as well as listen_ssl function for servers.

Dependencies (6)

  1. async_ssl >= "v0.16"
  2. async >= "v0.16"
  3. core >= "v0.16"
  4. uri-sexp
  5. dune >= "3.10"
  6. ocaml

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None