Toolnexus.Serve.Handle (toolnexus v0.9.4)

Copy Markdown View Source

Handle returned by serve — the base URL + port plus stop/close.

Summary

Types

t()

@type t() :: %Toolnexus.Serve.Handle{
  pid: pid(),
  port: :inet.port_number(),
  url: String.t()
}