module Garden::Response
Extended Modules
Direct including types
Defined in:
response.crInstance Method Summary
- #error(ctx : HTTP::Server::Context, error : Int32, msg : String) : Nil
- #error(ctx : HTTP::Server::Context, error : HTTP::Status, msg : String) : Nil
- #error(ctx : HTTP::Server::Context, msg : String) : Nil
- #ok(ctx : HTTP::Server::Context, body) : Nil