HttpResponseProcessorInterface

Extends

Interface HttpResponseProcessorInterface

category

System

package

Http

subpackage

Interfaces

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.