NAME Catalyst::Response - stores output responding to the current client request SYNOPSIS $res = $c->response; $res->body; $res->content_encoding; $res->content_length; $res->content_type; $res->cookies; $res->header; $res->headers; $res->output; $res->redirect; $res->status; $res->write; DESCRIPTION This is the Catalyst Response class, which provides methods for responding to the current clien