Oasis.Controller.text
You're seeing just the function
text
, go back to Oasis.Controller module for more information.
Specs
text(Plug.Conn.t(), String.Chars.t()) :: Plug.Conn.t()
Sends text response.
Examples
iex> text(conn, "hello")
iex> text(conn, :implements_to_string)