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