phoenix_live_controller v0.7.0 Phoenix.LiveController.Plug behaviour View Source

Defines plug module for use with Phoenix live controllers.

Link to this section Summary

Link to this section Callbacks

Link to this callback

call(socket)

View Source
call(socket :: Socket.t()) ::
  Socket.t()
  | {:ok, Socket.t()}
  | {:ok, Socket.t(), keyword()}
  | {:noreply, Socket.t()}
  | {:reply, term(), Socket.t()}