Oasis.Controller.html
You're seeing just the function
html
, go back to Oasis.Controller module for more information.
Specs
html(Plug.Conn.t(), iodata()) :: Plug.Conn.t()
Sends html response.
Examples
iex> html(conn, "<html>...</html>")