class ApplicationController

Direct Known Subclasses

Defined in:

controllers/api/application_controller.cr

Constant Summary

CONTENT_TYPE = "application/json"

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Config, env : HTTP::Server::Context) #

[View source]

Instance Method Detail

def config #

[View source]
def config=(config) #

[View source]
def env : HTTP::Server::Context #

[View source]
def env=(env : HTTP::Server::Context) #

[View source]