ComponentInterface
interface ComponentInterface (View source)
An HTTP component
A component is one item of the configurable component chain that is processed for every incoming request. A component can change the current HTTP request and response, can communicate with other components and even change the currently processed chain using the ComponentContext that gets passed to its handle() method.
Methods
void
Details
void
handle(ComponentContext $componentContext)
No description