module Orion::Controller::Rendering

Overview

This module handles all rendering inside your controllers.

Included Modules

Direct including types

Defined in:

orion/controller/rendering.cr

Macro Summary

Macro Detail

macro render(*, json) #

Render json


[View source]
macro render(*, text, content_type = "text/plain") #

Render plain text


[View source]