class Alfodr::Controller::Base

Included Modules

Direct Known Subclasses

Defined in:

alfodr/controller/base.cr

Constructors

Instance Method Summary

Instance methods inherited from module Alfodr::Controller::Helpers::Route

action_name action_name, controller_name controller_name, controller_name_no_underscore controller_name_no_underscore, route_resource route_resource, route_scope route_scope

Constructor Detail

def self.new(context : HTTP::Server::Context) #

[View source]

Instance Method Detail

def client_ip(*args, **options) #

[View source]
def client_ip(*args, **options, &) #

[View source]
def delete?(*args, **options) #

[View source]
def delete?(*args, **options, &) #

[View source]
def format(*args, **options) #

[View source]
def format(*args, **options, &) #

[View source]
def get?(*args, **options) #

[View source]
def get?(*args, **options, &) #

[View source]
def halt!(*args, **options) #

[View source]
def halt!(*args, **options, &) #

[View source]
def head?(*args, **options) #

[View source]
def head?(*args, **options, &) #

[View source]
def logger(*args, **options) #

[View source]
def logger(*args, **options, &) #

[View source]
def patch?(*args, **options) #

[View source]
def patch?(*args, **options, &) #

[View source]
def port(*args, **options) #

[View source]
def port(*args, **options, &) #

[View source]
def post?(*args, **options) #

[View source]
def post?(*args, **options, &) #

[View source]
def put?(*args, **options) #

[View source]
def put?(*args, **options, &) #

[View source]
def request(*args, **options) #

[View source]
def request(*args, **options, &) #

[View source]
def requested_url(*args, **options) #

[View source]
def requested_url(*args, **options, &) #

[View source]
def response(*args, **options) #

[View source]
def response(*args, **options, &) #

[View source]
def route(*args, **options) #

[View source]
def route(*args, **options, &) #

[View source]
def valve(*args, **options) #

[View source]
def valve(*args, **options, &) #

[View source]
def websocket?(*args, **options) #

[View source]
def websocket?(*args, **options, &) #

[View source]