HttpResponseProcessor

Implements \HttpResponseProcessorInterface

Class HttpResponseProcessor

category

System

package

Http

implements

HttpResponseProcessorInterface

Methods

Processes the http response object which is returned by a controller action method.

proceed(\HttpControllerResponseInterface $response) 

Sends the processed response header and body to the client (Either redirect or display some output).

Arguments

$response

\HttpControllerResponseInterface

Response object from the controllers action method.