package conduit-mirage

  1. Overview
  2. Docs

Functorial interface for resolving URIs to endpoints.

val static : (string, port:int -> Conduit.endp) Hashtbl.t -> Resolver_lwt.t

static hosts constructs a resolver that looks up any resolution requests from the static hosts hashtable instead of using the system resolver.

val localhost : Resolver_lwt.t

localhost is a static resolver that has a single entry that maps localhost to 127.0.0.1, and fails on all other hostnames.

Provides a DNS-enabled Resolver_lwt given a network stack. See Make.