package async-uri

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

Install

Dune Dependency

Authors

Maintainers

Sources

async-uri-0.2.1.tbz
sha256=6927c52fc4b2910e11561fbfc7becafa45856e4a75fcd8ab849ca40b8918185d
sha512=87efdb41381b94aff16d591ef68b7e91bd5ae7a278c22da1f07a2a2890c99437729b424cbeacc10167ec2e08d9fb5aa8c06ac35714655ab7e24a261799a1a785

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.

Published: 25 Jun 2020

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.13.0" & < "v0.15"
  2. async >= "v0.13.0" & < "v0.15"
  3. core >= "v0.13.0" & < "v0.15"
  4. uri-sexp >= "3.1.0"
  5. dune >= "1.11.4"
  6. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None