class BaseController

Overview

Add the controller

Included Modules

Defined in:

app.cr

Instance methods inherited from module Orion::Controller

context : Server::Context context, websocket : HTTP::WebSocket websocket, websocket? : HTTP::WebSocket | Nil websocket?

Instance methods inherited from module Orion::Controller::ResponseHelpers

content_type=(content_type) content_type=, response response, status=(status) status=, status_code=(status_code) status_code=

Instance methods inherited from module Orion::Controller::RequestHelpers

format format, formats formats, host host, hostname hostname, path_params path_params, query_params query_params, remote_address remote_address, request request, resource resource