Caddy (Caddy v1.0.7)

Caddy

Start Caddy HTTP Server in supervisor tree

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start()

@spec start() :: :ignore | {:error, any()} | {:ok, pid()}

start_link(args)

@spec start_link(Keyword.t()) :: :ignore | {:error, any()} | {:ok, pid()}

stop(reason \\ :normal)

@spec stop(term()) :: :ok