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.cr
action-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")
VERSION = {{ (`shards version \"/srv/crystaldoc.info/github-spider-gazelle-action-controller-v3.0.2/src\"`).chomp.stringify.downcase }}

Class Method Summary

Class Method Detail

def self.default_backend #

[View source]
def self.default_formatter #

[View source]