View Source NLdoc.ServerSentEvents.Request (NLdoc.ServerSentEvents v1.0.4)
Server-Sent Events (SSE) helper.
Summary
Types
@type plug_return() :: {:ok, Plug.Conn.t()} | {:error, term()} | no_return()
Functions
@spec get_last_event_id(conn :: Plug.Conn.t()) :: integer() | nil