This document is for a version of CakePHP that is no longer supported. Please upgrade to a newer release! Request & Response Objects¶ The request and response objects provide an abstraction around HTTP requests and responses. The request object in CakePHP allows you to introspect an incoming request, while the response object allows you to effortlessly create HTTP responses from your controllers.