module ActionController
Overview
A handler that logs the request method, resource, status code, and
the time used to execute the next handler, to the given IO.
Defined in:
action-controller.craction-controller/log_handler.cr
action-controller/logger.cr
action-controller/session/message_encryptor.cr
action-controller/session/message_verifier.cr
Constant Summary
- 
        Log = ::Log.for("action-controller")
- 
        ameba:disable Style/ConstantNames 
- 
        VERSION = {{ (`shards version \"/srv/crystaldoc.info/github-spider-gazelle-action-controller-v3.0.0/src\"`).chomp.stringify.downcase }}