Module Host_and_port


module Host_and_port: sig .. end

type t 
val create : host:string -> port:int -> t
val host : t -> string
val port : t -> int
include Identifiable