Handle returned by serve — the base URL + port plus stop/close.
Summary
Types
@type t() :: %Toolnexus.Serve.Handle{ pid: pid(), port: :inet.port_number(), url: String.t() }
Handle returned by serve — the base URL + port plus stop/close.
@type t() :: %Toolnexus.Serve.Handle{ pid: pid(), port: :inet.port_number(), url: String.t() }