On this page
Namespace Cake\Http
Classes summary
ServerRequest
A class that helps wrap Request information and particulars about a single request.
ControllerFactory
Factory method for building controllers from request/response pairs.
CallbackStream
Implementation of PSR HTTP streams.
Session
This class is a wrapper for the native PHP session functions. It provides several defaults for the most common session configuration via external handlers and helps with using session in cli without any warnings.
Response
Responses contain the response text, status and headers of a HTTP response.
Client
The end user interface for doing HTTP requests.
MiddlewareQueue
Provides methods for creating and manipulating a "queue" of middleware callables.
ServerRequestFactory
Factory for making ServerRequest instances.
Server
Runs an application invoking all the PSR7 middleware and the registered application.
ResponseEmitter
Emits a Response to the PHP Server API.
Runner
Executes the middleware queue and provides the
next
callable that allows the queue to be iterated.CorsBuilder
A builder object that assists in defining Cross Origin Request related headers.
BaseApplication
Base class for application classes.
ActionDispatcher
This class provides compatibility with dispatcher filters and interacting with the controller layers.
ResponseTransformer
This class converts PSR7 responses into CakePHP ones and back again.
RequestTransformer
Translate and transform from PSR7 requests into CakePHP requests.
© 2005–present The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.9/namespace-Cake.Http.html