module ActionController::Route::Builder
#
Direct including types
ActionController::Base
ActionController::Route::Builder
#ActionController::Base
DEFAULT_PARSER = ["application/json"]#DEFAULT_RESPONDER = ["application/json"]#PARSERS = {"application/json" => do |klass, body_io| klass.from_json(body_io.gets_to_end)end} of Nil => Nil#RESPONDERS = {"application/json" => do |io, result| result.to_json(io)end} of Nil => Nil#ROUTE_FUNCTIONS = {} of Nil => Nil#