Spandex.Plug.Utils (Spandex v3.1.0) 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

Specs

trace(conn :: Plug.Conn.t(), trace? :: boolean()) :: Plug.Conn.t()

Stores in conn whenever we trace request or not.

Specs

trace?(conn :: Plug.Conn.t()) :: boolean()

Checks conn whenever we trace request or not.