Skip to content

module ActionController::Route::Builder #

Direct including types

ActionController::Base

Constants#

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#

Macros#

__build_transformer_functions__#

View source

__parse_inferred_routes__#

View source

add_parser#

View source

add_responder#

View source

default_parser(content_type)#

View source

default_responder(content_type)#

View source