Open Sidebar
Close Sidebar
action-controller
master
AC
ActionController
Base
CookieSizeExceeded
Error
CommonResponse
Conflict
ContentResponse
Forbidden
NotFound
ParameterResponse
Unauthorized
InvalidRoute
InvalidSignature
OpenAPI
Param
Converter
Info
Responders
Route
Builder
DELETE
Error
Exception
Filter
GET
NotAcceptable
OPTIONS
Param
Conversion
Error
MissingError
ValueError
PATCH
POST
PUT
UnsupportedMediaType
WebSocket
Server
Session
HabitatSettings
SpecHelper
class
ActionController::
SpecHelper
ActionController::SpecHelper
Reference
Object
Included Modules
ActionController::Router
Defined in:
action-controller/spec_helper.cr
Constructors
.new
Class Method Summary
.client
Instance Method Summary
#hot_topic
#route_handler
: ActionController::Router::RouteHandler
Instance methods inherited from module
ActionController::Router
delete(path : String, &block : Action)
delete
,
get(path : String, &block : Action)
get
,
head(path : String, &block : Action)
head
,
options(path : String, &block : Action)
options
,
patch(path : String, &block : Action)
patch
,
post(path : String, &block : Action)
post
,
put(path : String, &block : Action)
put
,
route_handler : RouteHandler
route_handler
Constructor Detail
def self.
new
#
[
View source
]
Class Method Detail
def self.
client
#
[
View source
]
Instance Method Detail
def
hot_topic
#
[
View source
]
def
route_handler
: ActionController::Router::RouteHandler
#
[
View source
]