metadata_plugs v0.3.0 MetadataPlugs.Health
Plug module that provides a health endpoint
Link to this section Summary
Functions
Resolves a info request
Link to this section Types
Link to this type
opts()
opts()
opts() :: [{:path, String.t()}]
opts() :: [{:path, String.t()}]
:path
-- (Optional) The health endpoint path (default:/health
).
Link to this section Functions
Link to this function
call(conn, opts)
call(conn, opts)
call(Plug.Conn.t(), Plug.opts()) :: Plug.Conn.t()
call(Plug.Conn.t(), Plug.opts()) :: Plug.Conn.t()
Resolves a info request