Class HttpResponseProcessor
category |
System |
---|---|
package |
Http |
implements |
HttpResponseProcessorInterface |
_sendBody(string $httpBody)
string
Rendered response body.
_sendHeaders(array $httpHeadersArrays)
see |
\header
Function to send headers data. |
---|---|
array
Array which contains the header items.
proceed(\HttpControllerResponseInterface $response)
Sends the processed response header and body to the client (Either redirect or display some output).