Module Tilde_endpoint

module Tilde_endpoint: sig .. end
Tilde service endpoints.

type t = {
   host : string;
   port : int;
}
The type of service endpoints.
val to_string : t -> string
to_string endp converts endp to a host:port string representation.