class Croda::CrodaRequest

Included Modules

Defined in:

croda/croda_request.cr

Instance methods inherited from module Croda::CrodaPlugins::Base::RequestMethods

always(&) : Nil always, block_result(result) block_result, block_result_body(result : String)
block_result_body(result : Nil)
block_result_body
, get(arg, &) : Nil
get(&) : Nil
get
, halt halt, headers : HTTP::Headers headers, is(arg, &) : Nil
is(&) : Nil
is
, matched_path : String matched_path, method : String method, on(arg, &) : Nil
on(&) : Nil
on
, post(arg, &) : Nil
post(&) : Nil
post
, redirect(path, status = 302) redirect, remaining_path : String remaining_path, remaining_path=(remaining_path : String) remaining_path=, root(&) : Nil root

Constructor methods inherited from module Croda::CrodaPlugins::Base::RequestMethods

new(scope, request : HTTP::Request, response : Croda::CrodaResponse) new