ResolverResolve URIs to endpoints
Description of a single service. Can be populated from /etc/services with the exception of the tls field, which indicates if the connection is intended to be TLS/SSL-encrypted or not (e.g. for https).
val sexp_of_service : service -> Sexplib0.Sexp.tval service_of_sexp : Sexplib0.Sexp.t -> servicemodule type S = sig ... endModule type for a resolver that can map URIs to concrete endpoints that stream connections can be established with.
Functor to construct a concrete resolver using a Conduit.IO implementation, usually via either Lwt or Async