Hi,I would like to access the Zend_Controller_Response_Object_Http() from a plugin that is called in Route Shutdown.
When i create the plugin, i get the the request object from the parameter : public function routeShutdown(Zend_Controller_Request_Abstract $request);
but how can i access the response? thank you.
