View Source Spandex.Plug.Utils (Spandex v3.2.0)
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
@spec trace(conn :: Plug.Conn.t(), trace? :: boolean()) :: Plug.Conn.t()
Stores in conn whenever we trace request or not.
@spec trace?(conn :: Plug.Conn.t()) :: boolean()
Checks conn whenever we trace request or not.