module Crim
Extended Modules
Defined in:
Crim.crCrim/version.cr
Globals.cr
Constant Summary
-
VERSION =
"0.2.0"
Instance Method Summary
-
#redirect(response : HTTP::Server::Response, path : String, status_code : Int32 = 307) : HTTP::Server::Response
Redirect user to path using the current response
-
#to_json(context)
convert context to json
Instance Method Detail
def redirect(response : HTTP::Server::Response, path : String, status_code : Int32 = 307) : HTTP::Server::Response
#
Redirect user to path using the current response