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.tbz
sha256=1f0476cce2098828087a099a09d82c9d4526e6ff6aba29f4fd80a83cd2a63333
sha512=55c71fb15c27c70863272dfa4413e57c9d9eab1bc4b851796582b51730bde06a6bff3c26168974515d11c7990c680fff5a8fd32ebefb82d539b092427d494c90

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

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.