Class HttpResponseProcessor
Class HttpResponseProcessor
- HttpResponseProcessor implements HttpResponseProcessorInterface
Package: Http
Category: System
Implements: HttpResponseProcessorInterface
Located at Services/System/Http/HttpResponseProcessor.inc.php
Category: System
Implements: HttpResponseProcessorInterface
Located at Services/System/Http/HttpResponseProcessor.inc.php
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).
protected
_sendHeaders( array $httpHeadersArrays )
Sends the response header data to the client by the given http headers array.