Spandex v1.0.3 Spandex.Plug.Utils View Source

Helper methods for accessing Spandex plug assigns.

Link to this section Summary

Functions

Stores in conn whenever we trace request or not

Checks conn whenever we trace request or not

Link to this section Functions

Link to this function trace(conn, trace?) View Source
trace(conn :: Plug.Conn.t, trace? :: boolean) :: Plug.Conn.t

Stores in conn whenever we trace request or not.

Link to this function trace?(conn) View Source
trace?(conn :: Plug.Conn.t) :: boolean

Checks conn whenever we trace request or not.