AppRecorder.Plug.RecordRequest (app_recorder v0.4.3) View Source

Link to this section Summary

Functions

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.

Link to this section Functions

Specs

call(
  Plug.Conn.t(),
  keyword()
) :: Plug.Conn.t()

Callback implementation for Plug.call/2.

Specs

init(keyword()) :: keyword()

Callback implementation for Plug.init/1.