Namespaces

Classes

Client simulates a browser and makes requests to a Kernel object.
HttpKernel notifies events to convert a Request object to a Response one.
The Kernel is the heart of the Symfony system.
Contains all events thrown in the HttpKernel component.
Signs URIs.

Interfaces

HttpKernelInterface handles a Request to convert it to a Response.
The Kernel is the heart of the Symfony system.
Allows the Kernel to be rebooted using a temporary cache directory.
Terminable extends the Kernel request/response cycle with dispatching a post response event after sending the response and before shutting down the kernel.