Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
awesome_lathe_emulator_3000
master
ApplicationController
InformationController
MyApp
WelcomeController
Built with Crystal 1.9.2
2023-10-08 14:23:02 UTC
class
ApplicationController
ApplicationController
Reference
Object
Direct Known Subclasses
InformationController
WelcomeController
Defined in:
controllers/api/application_controller.cr
Constant Summary
CONTENT_TYPE
=
"application/json"
Constructors
.new
(config : Config, env : HTTP::Server::Context)
Instance Method Summary
#config
#config=
(config)
#env
: HTTP::Server::Context
#env=
(env : HTTP::Server::Context)
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
]