Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
action-controller
v4.1.0
ActionController
Base
BodyParser
FileUpload
CookieSizeExceeded
Error
ErrorHandler
ErrorHandlerBase
ErrorHandlerDevelopment
ErrorHandlerProduction
FileHandler
MIME_TYPES
InvalidRoute
InvalidSignature
LogHandler
Event
MessageEncryptor
MessageVerifier
Responders
SelectResponse
Router
Action
RouteHandler
Server
Session
HabitatSettings
Support
Built with Crystal 1.9.2
2023-10-08 06:12:28 UTC
module
ActionController::ErrorHandlerBase
Direct including types
ActionController::ErrorHandlerDevelopment
ActionController::ErrorHandlerProduction
Defined in:
action-controller/error_handler.cr
Constant Summary
ACCEPT_SEPARATOR_REGEX
=
/,\s*/
Constructors
.new
(headers : Array(String))
Instance Method Summary
#accepts_formats
(request)
#reset
(response)
Constructor Detail
def self.
new
(headers : Array(String))
#
[
View source
]
Instance Method Detail
def
accepts_formats
(request)
#
[
View source
]
def
reset
(response)
#
[
View source
]