Interface HttpResponseProcessorInterface

Interface HttpResponseProcessorInterface

Direct known implementers

HttpResponseProcessor

Methods summary

public proceed( HttpControllerResponseInterface $response )

Processes the http response object which is returned by a controller action method. Sends the processed response header and body to the client (Either redirect or display some output).