This class provides compatibility with dispatcher filters and interacting with the controller layers.
Base class for application classes.
Implementation of PSR HTTP streams.
The end user interface for doing HTTP requests.
Factory method for building controllers from request/response pairs.
Provides methods for creating and manipulating a "queue" of middleware callables. This queue is used to process a request and response via \Cake\Http\Runner.
Translate and transform from PSR7 requests into CakePHP requests.
Emits a Response to the PHP Server API.
This class converts PSR7 responses into CakePHP ones and back again.
Executes the middleware queue and provides the next
callable
that allows the queue to be iterated.
Runs an application invoking all the PSR7 middleware and the registered application.
Factory for making ServerRequest instances.