module Croda::CrodaPlugins::Base::RequestMethods
Direct including types
Defined in:
croda/plugins/base.crConstructors
Instance Method Summary
- #always(&) : Nil
- #block_result(result)
- #block_result_body(result : String)
- #block_result_body(result : Nil)
- #get(arg, &) : Nil
- #get(&) : Nil
- #halt
- #headers : HTTP::Headers
- #is(arg, &) : Nil
- #is(&) : Nil
- #matched_path : String
- #method : String
- #on(arg, &) : Nil
- #on(&) : Nil
- #post(arg, &) : Nil
- #post(&) : Nil
- #redirect(path, status = 302)
- #remaining_path : String
- #remaining_path=(remaining_path : String)
- #root(&) : Nil