class Alfodr::Controller::Base
Included Modules
Direct Known Subclasses
Defined in:
alfodr/controller/base.cr
Constructors
Instance Method Summary
-
#client_ip(*args, **options)
-
#client_ip(*args, **options, &)
-
#delete?(*args, **options)
-
#delete?(*args, **options, &)
-
#format(*args, **options)
-
#format(*args, **options, &)
-
#get?(*args, **options)
-
#get?(*args, **options, &)
-
#halt!(*args, **options)
-
#halt!(*args, **options, &)
-
#head?(*args, **options)
-
#head?(*args, **options, &)
-
#logger(*args, **options)
-
#logger(*args, **options, &)
-
#patch?(*args, **options)
-
#patch?(*args, **options, &)
-
#port(*args, **options)
-
#port(*args, **options, &)
-
#post?(*args, **options)
-
#post?(*args, **options, &)
-
#put?(*args, **options)
-
#put?(*args, **options, &)
-
#request(*args, **options)
-
#request(*args, **options, &)
-
#requested_url(*args, **options)
-
#requested_url(*args, **options, &)
-
#response(*args, **options)
-
#response(*args, **options, &)
-
#route(*args, **options)
-
#route(*args, **options, &)
-
#valve(*args, **options)
-
#valve(*args, **options, &)
-
#websocket?(*args, **options)
-
#websocket?(*args, **options, &)
Constructor Detail
Instance Method Detail
def
client_ip(*args, **options)
#
def
client_ip(*args, **options, &)
#
def
delete?(*args, **options)
#
def
delete?(*args, **options, &)
#
def
format(*args, **options)
#
def
format(*args, **options, &)
#
def
get?(*args, **options)
#
def
get?(*args, **options, &)
#
def
halt!(*args, **options)
#
def
halt!(*args, **options, &)
#
def
head?(*args, **options)
#
def
head?(*args, **options, &)
#
def
logger(*args, **options)
#
def
logger(*args, **options, &)
#
def
patch?(*args, **options)
#
def
patch?(*args, **options, &)
#
def
port(*args, **options)
#
def
port(*args, **options, &)
#
def
post?(*args, **options)
#
def
post?(*args, **options, &)
#
def
put?(*args, **options)
#
def
put?(*args, **options, &)
#
def
request(*args, **options)
#
def
request(*args, **options, &)
#
def
requested_url(*args, **options)
#
def
requested_url(*args, **options, &)
#
def
response(*args, **options)
#
def
response(*args, **options, &)
#
def
route(*args, **options)
#
def
route(*args, **options, &)
#
def
valve(*args, **options)
#
def
valve(*args, **options, &)
#
def
websocket?(*args, **options)
#
def
websocket?(*args, **options, &)
#