UltraPlug v2.2.0 UltraPlug.Render View Source
Renders the template.
With status :no_content, send an empty response.
Options
- assigns: overrides conn.assigns in Phoenix.
- render: defaults to Phoenix.Controller.render/3.
- status: calls Plug.Conn.put_status/2 before rendering.
- template: defaults to “index.html”.