package async-uri

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

Install

Dune Dependency

Authors

Maintainers

Sources

async-uri-0.3.0.tbz
sha256=06b35d97bf87ff967877e7060ee98b85824327dfa1852f8f0578460d112063b9
sha512=12abb75e682ca7a6c33fc1591c75d767ed655e3ee72f7b52a0f26cca9f497fb01ba79523a59e7c25e204fa10098bc3ba6f08b91de8cd6a6f52a29e488aec5c3f

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: 20 Nov 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 (7)

  1. async_ssl >= "v0.14.0" & < "v0.15"
  2. async >= "v0.14.0" & < "v0.15"
  3. core >= "v0.14.0" & < "v0.15"
  4. uri-sexp >= "4.0.0"
  5. uri >= "4.0.0"
  6. dune >= "1.11.4"
  7. ocaml >= "4.11.0"

Dev Dependencies

None

Used by

None

Conflicts

None