Spandex v1.0.3 Spandex.Plug.StartTrace View Source

Starts a trace, skipping ignored routes or methods. Store info in Conn assigns if we actually trace the request.

Link to this section Summary

Functions

Callback implementation for Plug.call/2

Callback implementation for Plug.init/1

Link to this section Functions

Link to this function call(conn, opts) View Source
call(conn :: Plug.Conn.t, _opts :: Keyword.t) :: Plug.Conn.t

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.