package mirage-conduit

  1. Overview
  2. Docs

Parameters

Signature

Context for MirageOS conduit resolvers

The type for contexts of conduit resolvers.

val create : ?tls:bool -> S.t -> t Lwt.t

Create a new context. If tls is specified (by defaut, it is not), set-up the conduit to accept TLS connections.